From 4b57be0ae12f0c472ff91fd81ca45e247f14f23c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Thu, 8 Jan 2015 14:45:55 -0500 Subject: [PATCH] fix px dyno ram --- 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 c3231adb..b53fe5b2 100755 --- a/vendor/python.webconcurrency.sh +++ b/vendor/python.webconcurrency.sh @@ -14,7 +14,7 @@ case $(ulimit -u) in # PX DYNO 32768) - export DYNO_RAM=8192 + export DYNO_RAM=6144 export WEB_CONCURRENCY=${WEB_CONCURRENCY:-9} ;; -- GitLab