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

fix ix dyno ulimit

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