Commit 3558766a authored by Kenneth Reitz's avatar Kenneth Reitz

support for ix dynos

parent 34f4dc43
...@@ -12,10 +12,16 @@ case $(ulimit -u) in ...@@ -12,10 +12,16 @@ case $(ulimit -u) in
export WEB_CONCURRENCY=${WEB_CONCURRENCY:-4} export WEB_CONCURRENCY=${WEB_CONCURRENCY:-4}
;; ;;
# IX DYNO
32767)
export DYNO_RAM=2560
export WEB_CONCURRENCY=${WEB_CONCURRENCY:-8}
;;
# PX DYNO # PX DYNO
32768) 32768)
export DYNO_RAM=6144 export DYNO_RAM=6656
export WEB_CONCURRENCY=${WEB_CONCURRENCY:-9} export WEB_CONCURRENCY=${WEB_CONCURRENCY:-11}
;; ;;
esac esac
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment