From a5461bf792c5629b638750eb83edb25c1cec604d Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 14 Nov 2013 22:37:11 -0800 Subject: [PATCH] up malloc limit to 40, 25 feels tight --- standalone.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone.template.yml b/standalone.template.yml index d939caf..02a6b2d 100644 --- a/standalone.template.yml +++ b/standalone.template.yml @@ -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 -- 2.25.1