Skip to content

Instantly share code, notes, and snippets.

@ShopifyEng
Created March 29, 2023 15:21
Show Gist options
  • Save ShopifyEng/fa0337e5e36516df94acde5af85ce07d to your computer and use it in GitHub Desktop.
Save ShopifyEng/fa0337e5e36516df94acde5af85ce07d to your computer and use it in GitHub Desktop.
Adventures in Garbage Collection - Example 1
export RUBY_GC_OLDMALLOC_LIMIT="128000000"
export RUBY_GC_MALLOC_LIMIT="128000000"
export RUBY_GC_HEAP_SLOTS_GROWTH_FACTOR="1.25"
export RUBY_GC_HEAP_GROWTH_MAX_SLOTS="300000"
export RUBY_GC_HEAP_INIT_SLOTS="1600000"
export RUBY_GC_HEAP_FREE_SLOTS="600000"
export RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR="1.3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment