Commit 15bcc8e
fix: set pulp-api --max-requests to 5000 to prevent OOM (#1163)
Without an explicit --max-requests, pulp-api workers accumulate memory
indefinitely due to a leak (~60 MiB/hr), causing OOMKilled events.
Set --max-requests=5000 (jitter 500) to recycle workers before they
exhaust the 5120 MiB limit while keeping counter values high enough
for reliable Prometheus counter reset detection in SLO metrics.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6d03c4e commit 15bcc8e
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
1369 | 1369 | | |
1370 | 1370 | | |
1371 | 1371 | | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
1372 | 1378 | | |
1373 | 1379 | | |
1374 | 1380 | | |
| |||
0 commit comments