Skip to content

Instantly share code, notes, and snippets.

@loe
Created April 13, 2011 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loe/918293 to your computer and use it in GitHub Desktop.
Save loe/918293 to your computer and use it in GitHub Desktop.
#!/bin/bash
export RUBY_GC_MALLOC_LIMIT=60000000
export RUBY_HEAP_MIN_SLOTS=500000
export RUBY_HEAP_SLOTS_INCREMENT=1
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
exec "/Users/Andrew/.rvm/bin/passenger_ruby" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment