Skip to content

Commit

Permalink
fix px dyno ram
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Jan 8, 2015
1 parent d8a75c5 commit 4b57be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/python.webconcurrency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
;;

Expand Down

0 comments on commit 4b57be0

Please sign in to comment.