Commit 5eb337b8 authored by Kenneth Reitz's avatar Kenneth Reitz

fix ix dyno ulimit

parent d6212b46
......@@ -13,7 +13,7 @@ case $(ulimit -u) in
;;
# IX DYNO
32767)
16384)
export DYNO_RAM=2560
export WEB_CONCURRENCY=${WEB_CONCURRENCY:-8}
;;
......
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