mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Merge pull request #2324 from elenatanasoiu/et-docs-single-mode
[changelog skip] [ci skip] Clarify how to run puma in single mode
This commit is contained in:
commit
0f718d516b
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ Welcome back!
|
||||||
Puma was originally conceived as a thread-only webserver, but grew the ability to
|
Puma was originally conceived as a thread-only webserver, but grew the ability to
|
||||||
also use processes in version 2.
|
also use processes in version 2.
|
||||||
|
|
||||||
Here are some rules of thumb:
|
To run puma in single mode (e.g. for a development environment) you will need to
|
||||||
|
set the number of workers to 0, anything above will run in cluster mode.
|
||||||
|
|
||||||
|
Here are some rules of thumb for cluster mode:
|
||||||
|
|
||||||
### MRI
|
### MRI
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue