Hi,
http://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server and see what
http://pgfoundry.org/projects/pgtune/
On Thu, Nov 14, 2013 at 7:14 PM, Alexander Farber <alexander.farber@xxxxxxxxx> wrote:
You may want to look at effective_cache_size also. May be quickly go throughHello,do these changes please look okay for a PostgreSQL 9.3 running on CentOS 6.4 server with 32 GB RAM (with Drupal 7 and few custom PHP scripts)postgresql.conf:shared_buffers = 4096MBwork_mem = 32MBcheckpoint_segments = 32log_min_duration_statement = 10000sysctl.conf:kernel.shmmax=17179869184kernel.shmall=4194304pgbouncer.ini:listen_port = 6432unix_socket_dir = /tmppool_mode = sessionserver_reset_query = DISCARD ALLserver_check_delay = 10max_client_conn = 600default_pool_size = 50I understand, that nobody can tell me the optimal settings - unless I provide full source code to everything. And if I provide "the full source code", nobody will look at it anyway.So I am just asking, if the settings look okay or if they will waste gigabytes of RAM.Thank youAlex
http://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server and see what
http://pgfoundry.org/projects/pgtune/
says.
Jayadevan