From 3712adaa6b1cfd9638e5544937bf17d61c736fba Mon Sep 17 00:00:00 2001 From: Holger Just Date: Mon, 12 Jan 2015 16:57:16 +0100 Subject: [PATCH] Remove old REE tweeks --- .bashrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.bashrc b/.bashrc index c829acf..d735e44 100644 --- a/.bashrc +++ b/.bashrc @@ -145,14 +145,6 @@ if [[ -s $HOME/.rvm/scripts/rvm ]]; then [[ -r $rvm_path/scripts/completion ]] && . $rvm_path/scripts/completion fi -# REE tweaks to make it faster for specs. -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 - - # setting up editor if not yet done [[ -z "$EDITOR" ]] && EDITOR="nano" [[ -z "$SVN_EDITOR" ]] && SVN_EDITOR="$EDITOR"