Created
October 14, 2014 18:06
-
-
Save hauntedhost/4ac65afc68f09c90259b to your computer and use it in GitHub Desktop.
/Library/Application Support/Postgres/var-9.3/postgresql.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| shared_buffers = 3GB # 30% of total system RAM | |
| work_mem = 5MB | |
| maintenance_work_mem = 64MB | |
| fsync = off | |
| synchronous_commit = off | |
| full_page_writes = off | |
| checkpoint_segments = 100 | |
| checkpoint_timeout = 45min | |
| effective_cache_size = 6GB # twice shared_buffers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment