From 5819e89972e16c12724ef8273e3bfb6fe6744ab7 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 25 May 2016 14:06:57 +1000 Subject: [PATCH] remove uneeded env vars --- templates/web.template.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/templates/web.template.yml b/templates/web.template.yml index 6c0f509..d4c058c 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -3,11 +3,8 @@ env: RAILS_ENV: 'production' UNICORN_WORKERS: 3 UNICORN_SIDEKIQS: 1 - # 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_GC_HEAP_INIT_SLOTS: 800000 - # this gives us very good cache coverage, 96 -> 99 + # this gives us very good cache coverage, 96 -> 99 + # in practice it is 1-2% perf improvement RUBY_GLOBAL_METHOD_CACHE_SIZE: 131072 DISCOURSE_DB_SOCKET: /var/run/postgresql -- 2.25.1