1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Remove old REE tweeks

This commit is contained in:
Holger Just 2015-01-12 16:57:16 +01:00
parent 65e852fba3
commit 3712adaa6b

View File

@ -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"