up malloc limit to 40, 25 feels tight
authorSam Saffron <sam.saffron@gmail.com>
Fri, 15 Nov 2013 06:37:11 +0000 (22:37 -0800)
committerSam Saffron <sam.saffron@gmail.com>
Fri, 15 Nov 2013 06:37:11 +0000 (22:37 -0800)
standalone.template.yml

index d939cafec01c7d039b25a924708599eb0cd20e0d..02a6b2d97001fefbd62a7ecb64b0c557a399154d 100644 (file)
@@ -13,7 +13,7 @@ env:
   RAILS_ENV: 'production'
   UNICORN_WORKERS: 3
   # slightly less aggressive than "recommendation" but works fine with oobgc
-  RUBY_GC_MALLOC_LIMIT: 25000000
+  RUBY_GC_MALLOC_LIMIT: 40000000
 
 params:
   # SSH key is required for remote access into the container