8 lines
246 B
Bash
8 lines
246 B
Bash
#!/bin/bash
|
|
export RUBY_HEAP_MIN_SLOTS=800000
|
|
export RUBY_GC_HEAP_INIT_SLOTS=$RUBY_HEAP_MIN_SLOTS
|
|
export RUBY_GC_MALLOC_LIMIT=59000000
|
|
export RUBY_HEAP_SLOTS_INCREMENT=10000
|
|
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
|
|
export RUBY_HEAP_FREE_MIN=100000
|