updated some stuff 8P

This commit is contained in:
Andy Ferra 2011-03-20 15:38:03 -07:00
commit 8ef9d522a9
3 changed files with 23 additions and 5 deletions

6
custom/ree.zsh Normal file
View file

@ -0,0 +1,6 @@
# 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