From 5a1d1386d5ce3ed31fff7157b3a47ac53489d344 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sat, 29 Oct 2011 08:10:33 -0700 Subject: [PATCH] Let's see if the GC settings on ree are helping or hurting. --- config/ci/before-travis.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/ci/before-travis.sh b/config/ci/before-travis.sh index 4553f0962..589bf24e8 100755 --- a/config/ci/before-travis.sh +++ b/config/ci/before-travis.sh @@ -1,10 +1,3 @@ -# adjust GC settings for REE -export RUBY_HEAP_MIN_SLOTS=1000000 -export RUBY_HEAP_SLOTS_INCREMENT=1000000 -export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 -export RUBY_GC_MALLOC_LIMIT=1000000000 -export RUBY_HEAP_FREE_MIN=500000 - # Install firefox & Xvfb, in preparation for cucumber & jasmine #echo "Installing Firefox and Xvfb" #sudo aptitude --quiet=2 --without-recommends --assume-yes install firefox xvfb