Commit 1bb897f
Reduce max Pulp workers to 12
On seed hosts with more than 32 CPU threads, PULP_CONTENT_WORKERS
and PULP_API_WORKERS were set to 32, which was causing the number
of connections to the bundled Postgres instance to exceed the
default max_connections.
Reducing the maximum number of PULP_CONTENT_WORKERS and PULP_API_WORKERS
will prevent Postgres from running out of connection slots.1 parent aa80e4e commit 1bb897f
File tree
2 files changed
+8
-2
lines changed- etc/kayobe
- releasenotes/notes
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments