tune min heap slots to allow for enough reqs between gcs
authorSam Saffron <sam.saffron@gmail.com>
Tue, 19 Nov 2013 04:32:29 +0000 (20:32 -0800)
committerSam Saffron <sam.saffron@gmail.com>
Tue, 19 Nov 2013 04:32:29 +0000 (20:32 -0800)
standalone.template.yml

index 3a3f39bd10c5b9461b29e97ece7c4591b7c40165..2ef0693c57b7fd5b6c6748f5b1a05ef971179a48 100644 (file)
@@ -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