Reusing cgroup instances #76
Replies: 1 comment 6 replies
-
The |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it a bad practice to reuse cgroup instances? For example, if I have 10 test cases, by using shared cgroup instance, will memory.max_usage be the maximum value of 10 runs or each run?
Beta Was this translation helpful? Give feedback.
All reactions