From: Sam Saffron Date: Tue, 19 Nov 2013 04:32:29 +0000 (-0800) Subject: tune min heap slots to allow for enough reqs between gcs X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=769c7f060352240052d32aaec17bbca64426da33;p=discourse_docker.git tune min heap slots to allow for enough reqs between gcs --- 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