mdarby (owner)

Revisions

gist: 173035 Download_button fork
public
Public Clone URL: git://gist.github.com/173035.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/bin/ruby $*