Skip to content

Commit

Permalink
Update default number of threads for MRI in docs
Browse files Browse the repository at this point in the history
The default value was changed in puma#2143
  • Loading branch information
NARKOZ authored and JuanitoFatas committed Sep 9, 2022
1 parent 8356efe commit 3ddbe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Expand Up @@ -29,7 +29,7 @@ Here are some rules of thumb for cluster mode:
* 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 16 and that's a decent number.
Puma defaults to 5 and that's a decent number.

#### Migrating from Unicorn

Expand Down

0 comments on commit 3ddbe0f

Please sign in to comment.