Skip to content

Commit e197163

Browse files
committed
fix(component-config): clarify GUNICORN_WORKERS value
1 parent 8ff2605 commit e197163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/managing-workflow/component-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following environment variables are tunable for the [Controller][] component
2626
Setting | Description
2727
------------------- | ---------------------------------
2828
REGISTRATION_MODE | set registration to "enabled", "disabled", or "admin_only" (default: "enabled")
29-
GUNICORN_WORKERS | number of [gunicorn][] workers spawned to process requests (default: 8)
29+
GUNICORN_WORKERS | number of [gunicorn][] workers spawned to process requests (default: CPU cores * 4 + 1)
3030
DEIS_RESERVED_NAMES | a comma-separated list of names which applications cannot reserve for routing (default: "deis")
3131

3232
## Customizing the Database

0 commit comments

Comments
 (0)