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
Sometimes it's useful to use process-compose to kick off a bunch of parallel finite-length jobs, and wait for them all to complete. If you have too many jobs or too few resources, it can result in memory errors and untenable CPU utilization.
Is there a way to limit the number of running processes in a namespace, such that extra processes get left in a pending state?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes it's useful to use
process-compose
to kick off a bunch of parallel finite-length jobs, and wait for them all to complete. If you have too many jobs or too few resources, it can result in memory errors and untenable CPU utilization.Is there a way to limit the number of running processes in a namespace, such that extra processes get left in a
pending
state?Beta Was this translation helpful? Give feedback.
All reactions