Created
August 17, 2011 20:47
-
-
Save tjschuck/1152573 to your computer and use it in GitHub Desktop.
Local REE Settings
This file contains 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_HEAP_FREE_MIN=100000 | |
export RUBY_HEAP_MIN_SLOTS=600000 | |
export RUBY_HEAP_SLOTS_INCREMENT=300000 | |
export RUBY_GC_MALLOC_LIMIT=50000000 | |
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment