Skip to content

Instantly share code, notes, and snippets.

@mdarby
Forked from jamesgolick/gist:128706
Created August 22, 2009 23:17
Show Gist options
  • Save mdarby/173035 to your computer and use it in GitHub Desktop.
Save mdarby/173035 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