Skip to content

Instantly share code, notes, and snippets.

@bartkozal
Created November 13, 2014 11:18
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save bartkozal/4f4080ee87f177e87607 to your computer and use it in GitHub Desktop.
Save bartkozal/4f4080ee87f177e87607 to your computer and use it in GitHub Desktop.
RUBY_GC_HEAP_FREE_SLOTS=600000
RUBY_GC_HEAP_GROWTH_FACTOR=1.25
RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000
RUBY_GC_HEAP_INIT_SLOTS=600000
RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR=1.3
RUBY_GC_MALLOC_LIMIT=64000000
RUBY_GC_OLDMALLOC_LIMIT=64000000
RUBY_HEAP_FREE_MIN=12500
RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
RUBY_HEAP_SLOTS_INCREMENT=100000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment