Skip to content

Instantly share code, notes, and snippets.

@csfrancis
Created November 13, 2014 13:06
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save csfrancis/ae59547804aedb82016d to your computer and use it in GitHub Desktop.
Save csfrancis/ae59547804aedb82016d to your computer and use it in GitHub Desktop.
Shopify Ruby 2.1 GC tunings
export RUBY_GC_OLDMALLOC_LIMIT=128000000
export RUBY_GC_MALLOC_LIMIT=128000000
export RUBY_GC_HEAP_SLOTS_GROWTH_FACTOR=1.25
export RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000
export RUBY_GC_HEAP_INIT_SLOTS=1600000
export RUBY_GC_HEAP_FREE_SLOTS=600000
export RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR=1.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment