From: | komunca <komunca(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Tunning postgresql.conf |
Date: | 2013-03-16 12:28:11 |
Message-ID: | 1363436891866-5748633.post@n5.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi all,
I have a server with 4 x Intel(R) Xeon(R) CPU E5640 @ 2.67GHz and * 12 GB*
of memory.
*
There will be hosted ~100 databases with lot of reads and some writing.
My postgresql.conf is:*
listen_addresses = '*'
max_connections = 300
shared_buffers = 3072MB
work_mem = 72MB
maintenance_work_mem = 704MB
synchronous_commit = off
wal_buffers = 8MB
checkpoint_segments = 16
checkpoint_completion_target = 0.9
effective_cache_size = 8GB
default_statistics_target = 50
constraint_exclusion = on
Is this good configuration?
Thanks
--
View this message in context: http://postgresql.1045698.n5.nabble.com/Tunning-postgresql-conf-tp5748633.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Jason Dusek | 2013-03-16 12:30:17 | Analyzing the types of prepared statements |
Previous Message | Alban Hertroys | 2013-03-16 10:32:25 | Re: Addled index |