wmoxam (owner)

Forks

Revisions

gist: 128705 Download_button fork
public
Public Clone URL: git://gist.github.com/128705.git
Embed All Files: show embed
Bash #
1
2
3
4
5
6
7
8
#!/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 $*