1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Merge pull request #1007 from willnet/patch-1

[ci skip]Update default number of threads
This commit is contained in:
Evan Phoenix 2016-06-24 10:02:54 -07:00 committed by GitHub
commit 90c2fbcbfa

View file

@ -27,7 +27,7 @@ Here are some rules of thumb:
* Use cluster mode and set the number of workers to 1.5x the number of cpu cores
in the machine, minimum 2.
* Set the number of threads to desired concurrent requests / number of workers.
Puma defaults to 8 and that's a decent number.
Puma defaults to 16 and that's a decent number.
#### Migrating from Unicorn