mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
fix ix dyno ulimit
This commit is contained in:
Vendored
+1
-1
@@ -13,7 +13,7 @@ case $(ulimit -u) in
|
||||
;;
|
||||
|
||||
# IX DYNO
|
||||
32767)
|
||||
16384)
|
||||
export DYNO_RAM=2560
|
||||
export WEB_CONCURRENCY=${WEB_CONCURRENCY:-8}
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user