From 94618078343ab23997ab6563aa2d1c97a693d7bf Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Tue, 13 Oct 2015 12:22:07 +0200 Subject: [PATCH] 50 unicorn workers on heroku is ideal, as heroku hands 50 requests to the dyno --- script/web_concurrency | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/web_concurrency b/script/web_concurrency index 25daf91f..1e7bdec1 100755 --- a/script/web_concurrency +++ b/script/web_concurrency @@ -18,7 +18,7 @@ else 256) echo -n 2; exit 0;; # Standard 1x, 512MB 512) echo -n 4; exit 0;; # Standard 2x, 1GB 16384) echo -n 10; exit 0;; # Performance M, 2.5GB - 32768) echo -n 48; exit 0;; # Performance L, 14GB + 32768) echo -n 50; exit 0;; # Performance L, 14GB esac fi