From 769c7f060352240052d32aaec17bbca64426da33 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Mon, 18 Nov 2013 20:32:29 -0800 Subject: [PATCH] tune min heap slots to allow for enough reqs between gcs --- standalone.template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standalone.template.yml b/standalone.template.yml index 3a3f39b..2ef0693 100644 --- a/standalone.template.yml +++ b/standalone.template.yml @@ -14,6 +14,8 @@ env: UNICORN_WORKERS: 3 # slightly less aggressive than "recommendation" but works fine with oobgc RUBY_GC_MALLOC_LIMIT: 40000000 + # this ensures we have enough heap space to handle a big pile of small reqs + RUBY_HEAP_MIN_SLOTS: 800000 params: # SSH key is required for remote access into the container -- 2.25.1