Modify REE garbage collection settings for speedier tests.
This commit is contained in:
parent
74b8921c09
commit
06a992a088
1 changed files with 5 additions and 0 deletions
5
ci.sh
5
ci.sh
|
|
@ -7,6 +7,11 @@ echo "" &&
|
|||
rm -f Gemfile.lock &&
|
||||
source /usr/local/rvm/scripts/rvm &&
|
||||
rvm use ree@diaspora --create &&
|
||||
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 &&
|
||||
rm -rf /usr/local/rvm/gems/ree-1.8.7-2010.02@diaspora/cache &&
|
||||
rm -rf /usr/local/rvm/gems/ree-1.8.7-2010.02@global/cache &&
|
||||
rm -rf /usr/local/rvm/gems/ree-1.8.7-2010.02/cache &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue