Skip to content

Instantly share code, notes, and snippets.

@jamesgolick
Forked from wmoxam/gist:128705
Created June 12, 2009 15:35
Show Gist options
  • Save jamesgolick/128706 to your computer and use it in GitHub Desktop.
Save jamesgolick/128706 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/bin/ruby $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment