Created
April 14, 2015 09:48
-
-
Save flavianmissi/d9abb401e092b63174db to your computer and use it in GitHub Desktop.
postgresql sample edited conf
This file contains 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 = 512MB | |
work_mem = 16MB | |
fsync = off | |
synchronous_commit = off | |
wal_buffers = 64MB | |
checkpoint_segments = 36 | |
checkpoint_timeout = 10min | |
random_page_cost = 2.0 | |
effective_cache_size = 1024MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment