Created
June 12, 2009 15:34
-
-
Save wmoxam/128705 to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
export RUBY_HEAP_MIN_SLOTS=500000 | |
export RUBY_HEAP_SLOTS_INCREMENT=250000 | |
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 | |
export RUBY_GC_MALLOC_LIMIT=500000000 | |
/opt/ruby-enterprise-1.8.6-20090421/bin/ruby $* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment