Forked from bryanl/Twitter REE GC environment settings
Created
February 23, 2011 20:52
-
-
Save denmarkin/841168 to your computer and use it in GitHub Desktop.
Twitter REE GC environment 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
RUBY_HEAP_MIN_SLOTS=500000 | |
RUBY_HEAP_SLOTS_INCREMENT=250000 | |
RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 | |
RUBY_GC_MALLOC_LIMIT=50000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see http://smartic.us/2010/10/27/tune-your-ruby-enterprise-edition-garbage-collection-settings-to-run-tests-faster/