Commit 4d2635d
committed
Cap number of Pulp workers
Running Pulp with a number of workers based on CPUs can cause errors
such as PostgreSQL connection limits on hosts with many cores:
psycopg.OperationalError: connection failed: FATAL: remaining connection slots are reserved for non-replication superuser connections
Cap workers to 32 until large scale testing can identify a more suitable
limit.1 parent 57b6710 commit 4d2635d
File tree
2 files changed
+6
-2
lines changed- etc/kayobe
- releasenotes/notes
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
| 115 | + | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments