diff --git a/vendor/python.webconcurrency.sh b/vendor/python.webconcurrency.sh index 30bbe6e..8a33d05 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} ;;