Re: test will not be finished when i using 200 client threads - Mailing list pgsql-jdbc

From Kevin Grittner
Subject Re: test will not be finished when i using 200 client threads
Date
Msg-id 20121025150302.306890@gmx.com
Whole thread Raw
In response to test will not be finished when i using 200 client threads  (colin <neyeng@nhn.com>)
List 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


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Publish artifacts to Maven central
Next
From: dmp
Date:
Subject: Re: 9.1-903 JDBC 3 Download