We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f586fb0 + e197163 commit ad173bfCopy full SHA for ad173bf
1 file changed
src/managing-workflow/component-configuration.md
@@ -26,7 +26,7 @@ The following environment variables are tunable for the [Controller][] component
26
Setting | Description
27
------------------- | ---------------------------------
28
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)
+GUNICORN_WORKERS | number of [gunicorn][] workers spawned to process requests (default: CPU cores * 4 + 1)
30
DEIS_RESERVED_NAMES | a comma-separated list of names which applications cannot reserve for routing (default: "deis")
31
32
## Customizing the Database
0 commit comments