Replies: 2 comments 1 reply
-
|
I need that too. Seems good way to organize tests. So not sure it should be NS only feature? It can be PC wide? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hi, Good feedback. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes it's useful to use
process-composeto 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
pendingstate?Beta Was this translation helpful? Give feedback.
All reactions