1
0
Fork 0

Update ruby config

Removed RUBYOPT = "-Ku"
This commit is contained in:
Gregory Eremin 2014-08-08 18:05:35 +07:00
parent afca6b7f6d
commit 97e31742a2
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
set -x RUBYOPT "-Ku" # Remove it after migration to 2.0
set -x RUBY_HEAP_MIN_SLOTS 800000
set -x RUBY_GC_HEAP_INIT_SLOTS 800000
set -x RUBY_HEAP_MIN_SLOTS 800000 # Deprecated since 2.1.0
set -x RUBY_HEAP_FREE_MIN 100000
set -x RUBY_FREE_MIN 200000
set -x RUBY_GC_HEAP_FREE_SLOTS 200000
set -x RUBY_FREE_MIN 200000 # Deprecated since 2.1.0
set -x RUBY_HEAP_SLOTS_INCREMENT 300000
set -x RUBY_HEAP_SLOTS_GROWTH_FACTOR 1
set -x RUBY_GC_MALLOC_LIMIT 79000000