Skip to content

Instantly share code, notes, and snippets.

@wmoxam
Created June 12, 2009 15:34
Show Gist options
  • Save wmoxam/128705 to your computer and use it in GitHub Desktop.
Save wmoxam/128705 to your computer and use it in GitHub Desktop.
#!/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