mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
6 lines
220 B
Bash
6 lines
220 B
Bash
# Ruby Enterprise settings (twitter)
|
|
export RUBY_HEAP_MIN_SLOTS=500000
|
|
export RUBY_HEAP_SLOTS_INCREMENT=250000
|
|
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
|
|
export RUBY_GC_MALLOC_LIMIT=50000000
|
|
export RUBY_HEAP_FREE_MIN=500000
|