Skip to content

Commit

Permalink
Update postgres.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Sullivan committed Feb 26, 2015
1 parent 17277fe commit bf5cde5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/system-requirements/software/postgres/postgres.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Recommended Configuration

For optimum performance. Read http://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server for more information.

========================= ==============================================================
============================= ==============================================================
shared_buffers Set to around 1/4 or more of total RAM (config SHMMAX first)
temp_buffers Set to around 80MB
work_mem Set to around 500MB but not more than 1/10 of available RAM
Expand All @@ -56,7 +56,11 @@ geqo_threshold Set to 14
from_collapse_limit Set to 14
join_collapse_limit Set to 14
max_locks_per_transaction Set to 640
========================= ==============================================================
checkpoint_segments 128
checkpoint_timeout 10min
checkpoint_completion_target 0.9

============================= ==============================================================

You should also add a line to the pg_hba.conf file to allow logging in via password:

Expand Down

0 comments on commit bf5cde5

Please sign in to comment.