mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
Update docs/docs/distributions/self_hosted_distro/starter.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
4a75f10758
commit
2f2c7f4305
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ On Unix-based systems (Linux, macOS), the server automatically uses Gunicorn wit
|
||||||
- `GUNICORN_KEEPALIVE`: Connection keepalive in seconds (default: `5`)
|
- `GUNICORN_KEEPALIVE`: Connection keepalive in seconds (default: `5`)
|
||||||
- `GUNICORN_MAX_REQUESTS`: Restart workers after N requests to prevent memory leaks (default: `10000`)
|
- `GUNICORN_MAX_REQUESTS`: Restart workers after N requests to prevent memory leaks (default: `10000`)
|
||||||
- `GUNICORN_MAX_REQUESTS_JITTER`: Randomize worker restart timing (default: `1000`)
|
- `GUNICORN_MAX_REQUESTS_JITTER`: Randomize worker restart timing (default: `1000`)
|
||||||
- `GUNICORN_PRELOAD`: Preload app before forking workers for memory efficiency (default: `false`)
|
- `GUNICORN_PRELOAD`: Preload app before forking workers for memory efficiency (default: `true`)
|
||||||
|
|
||||||
**Important Notes**:
|
**Important Notes**:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue