Skip to content

Commit

Permalink
50 unicorn workers on heroku is ideal, as heroku hands 50 requests to…
Browse files Browse the repository at this point in the history
… the dyno
  • Loading branch information
rkh committed Oct 13, 2015
1 parent cf416e6 commit 9461807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/web_concurrency
Expand Up @@ -18,7 +18,7 @@ else
256) echo -n 2; exit 0;; # Standard 1x, 512MB
512) echo -n 4; exit 0;; # Standard 2x, 1GB
16384) echo -n 10; exit 0;; # Performance M, 2.5GB
32768) echo -n 48; exit 0;; # Performance L, 14GB
32768) echo -n 50; exit 0;; # Performance L, 14GB
esac
fi

Expand Down

0 comments on commit 9461807

Please sign in to comment.