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
Reduce PID limits for test_forkbomb_resource_unavailable
This test case was being caught and nsjail was killing it, but not
because of PID exhaustion but memory exhaustion.
To ensure PID exhaustion is guarded against the PID count is now reduced
to a level where nsjail will kill the process earlier before the memory limit.
0 commit comments