Skip to content

Instantly share code, notes, and snippets.

@seuros
Forked from bartkozal/gist:4f4080ee87f177e87607
Last active August 29, 2015 14:09
Show Gist options
  • Save seuros/7797781088fc3d6e3ca4 to your computer and use it in GitHub Desktop.
Save seuros/7797781088fc3d6e3ca4 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