1
0
Fork 0
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:
Nate Berkopec 2020-07-31 10:44:35 +09:00 committed by GitHub
commit 0f718d516b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,10 @@ Welcome back!
Puma was originally conceived as a thread-only webserver, but grew the ability to
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