Re: test will not be finished when i using 200 client threads

From: "Kevin Grittner" <kgrittn(at)mail(dot)com>
To: "colin" <neyeng(at)nhn(dot)com>,pgsql-jdbc(at)postgresql(dot)org
Subject: Re: test will not be finished when i using 200 client threads
Date: 2012-10-25 15:03:02
Message-ID: 20121025150302.306890@gmx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

colin wrote:

> My key configuration in postgresql.conf
>
> listen_addresses = '*'
> max_connections = 400
> shared_buffers = 512MB
> temp_buffers = 200MB
> work_mem = 1GB
> maintenance_work_mem = 512MB

You didn't say anything about your hardware or OS.  For that to be a
somewhat reasonable configuration you would need to be running on
Windows with about 1TB of RAM and about 70 disk spindles. If your
runtime environment doesn't look like that, you need to make some
adjustments. Rather than guess at it, please tell us your OS, the
exact version of PostgreSQL (the output of `SELECT version();`), and
describe your hardware (RAM, processors, storage array, RAID
controller, etc.).

With the additional information, people can make more useful
suggestions.

-Kevin

Browse pgsql-jdbc by date

  From Date Subject
Next Message dmp 2012-10-25 18:20:36 Re: 9.1-903 JDBC 3 Download
Previous Message Dave Cramer 2012-10-25 10:49:56 Re: Publish artifacts to Maven central