From 5eb337b80dad41866f72ea7c054778029c0f1cb2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 30 Jun 2015 08:06:19 -0400 Subject: [PATCH] fix ix dyno ulimit --- vendor/python.webconcurrency.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/python.webconcurrency.sh b/vendor/python.webconcurrency.sh index 30bbe6ed..8a33d05e 100755 --- a/vendor/python.webconcurrency.sh +++ b/vendor/python.webconcurrency.sh @@ -13,7 +13,7 @@ case $(ulimit -u) in ;; # IX DYNO -32767) +16384) export DYNO_RAM=2560 export WEB_CONCURRENCY=${WEB_CONCURRENCY:-8} ;; -- GitLab