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:
commit
90c2fbcbfa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue