Skip to content

Instantly share code, notes, and snippets.

@lukemelia
Created October 8, 2009 05:28
Show Gist options
  • Save lukemelia/204778 to your computer and use it in GitHub Desktop.
Save lukemelia/204778 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=50000000
exec "/usr/bin/ruby" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment