Skip to content

Commit

Permalink
Performance-M WEB_CONCURRENCY data
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Mar 11, 2016
1 parent 8d1ed78 commit 2ba32e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/language_pack/ruby.rb
Expand Up @@ -235,6 +235,10 @@ def set_default_web_concurrency
export HEROKU_RAM_LIMIT_MB=${HEROKU_RAM_LIMIT_MB:-1024}
export WEB_CONCURRENCY=${WEB_CONCURRENCY:-4}
;;
16384)
export HEROKU_RAM_LIMIT_MB=${HEROKU_RAM_LIMIT_MB:-2560}
export WEB_CONCURRENCY=${WEB_CONCURRENCY:-8}
;;
32768)
export HEROKU_RAM_LIMIT_MB=${HEROKU_RAM_LIMIT_MB:-6144}
export WEB_CONCURRENCY=${WEB_CONCURRENCY:-16}
Expand Down

0 comments on commit 2ba32e6

Please sign in to comment.