Skip to content

Instantly share code, notes, and snippets.

@lightyrs
Forked from pcreux/postgresql.conf
Last active August 29, 2015 14:13
Show Gist options
  • Save lightyrs/7aad7cd086afd4e8a0d0 to your computer and use it in GitHub Desktop.
Save lightyrs/7aad7cd086afd4e8a0d0 to your computer and use it in GitHub Desktop.
fsync = off
synchronous_commit = off
full_page_writes = off
Install 1.9.3 with perf patch
https://gist.github.com/burke/1688857
## Speed up 1.9.3
export RUBY_GC_MALLOC_LIMIT=100000000
export RUBY_HEAP_MIN_SLOTS=40000
export RUBY_FREE_MIN=500000
## Speed up 2.1.0
export RUBY_GC_MALLOC_LIMIT=100000000
export RUBY_GC_HEAP_INIT_SLOTS=40000
export RUBY_GC_HEAP_FREE_SLOTS=500000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment