You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments