Compare commits

..

1 Commits

Author SHA1 Message Date
kennethreitz 4b57be0ae1 fix px dyno ram 2015-01-08 14:45:55 -05:00
+1 -1
View File
@@ -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}
;;