2013-01-19 13:18:29 +00:00
|
|
|
export RUBYOPT="-Ku"
|
2013-04-19 18:11:41 +00:00
|
|
|
|
|
|
|
export RUBY_HEAP_MIN_SLOTS=800000
|
|
|
|
export RUBY_HEAP_FREE_MIN=100000
|
2013-01-19 13:18:29 +00:00
|
|
|
export RUBY_FREE_MIN=200000
|
2013-04-19 18:11:41 +00:00
|
|
|
export RUBY_HEAP_SLOTS_INCREMENT=300000
|
|
|
|
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
|
|
|
|
export RUBY_GC_MALLOC_LIMIT=79000000
|