From: Sam Date: Wed, 25 May 2016 04:06:57 +0000 (+1000) Subject: remove uneeded env vars X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5819e89972e16c12724ef8273e3bfb6fe6744ab7;p=discourse_docker.git remove uneeded env vars --- 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