From 97e31742a25fd0552cbfbd5caebcea6fa4021039 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Fri, 8 Aug 2014 18:05:35 +0700 Subject: [PATCH] Update ruby config Removed RUBYOPT = "-Ku" --- fish/fish/includes/ruby.fish | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fish/fish/includes/ruby.fish b/fish/fish/includes/ruby.fish index 4b586ea..a79b798 100644 --- a/fish/fish/includes/ruby.fish +++ b/fish/fish/includes/ruby.fish @@ -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