diff --git a/vendor/python.webconcurrency.sh b/vendor/python.webconcurrency.sh
index c3231adbce439b3d93eceaaa7f3ab4900b8ee586..b53fe5b23bf42bc47dd888aa3e00b7db29bd905e 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}
   ;;