Skip to content

Instantly share code, notes, and snippets.

@pcreux
Created September 16, 2011 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcreux/1222255 to your computer and use it in GitHub Desktop.
Save pcreux/1222255 to your computer and use it in GitHub Desktop.
This makes cucumber features twice as fast. (25 min => 11min)
# Speed up 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment