Created
July 28, 2014 18:51
-
-
Save scottwillson/b7bfcc5b72fc523d00b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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