Skip to content
Snippets Groups Projects
Commit 3558766a authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

support for ix dynos

parent 34f4dc43
No related branches found
No related tags found
No related merge requests found
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment