Skip to content

Instantly share code, notes, and snippets.

@scottwillson
Created July 28, 2014 18:51
Show Gist options
  • Save scottwillson/b7bfcc5b72fc523d00b2 to your computer and use it in GitHub Desktop.
Save scottwillson/b7bfcc5b72fc523d00b2 to your computer and use it in GitHub Desktop.
export RUBY_GC_HEAP_FREE_SLOTS="600000"
export RUBY_GC_HEAP_GROWTH_FACTOR="1.25"
export RUBY_GC_HEAP_GROWTH_MAX_SLOTS="300000"
export RUBY_GC_HEAP_INIT_SLOTS="600000"
export RUBY_GC_MALLOC_LIMIT="64000000"
export RUBY_GC_OLDMALLOC_LIMIT="64000000"
unset RUBY_GC_HEAP_FREE_SLOTS
unset RUBY_GC_HEAP_GROWTH_FACTOR
unset RUBY_GC_HEAP_GROWTH_MAX_SLOTS
unset RUBY_GC_HEAP_INIT_SLOTS
unset RUBY_GC_MALLOC_LIMIT
unset RUBY_GC_OLDMALLOC_LIMIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment