aristanetworks / bst

A one-stop shop for process isolation
MIT License
99 stars 9 forks source link

Short circuit outer_helper_spawn when no limits set #69

Closed vzxv closed 1 year ago

vzxv commented 1 year ago

When all of the limits we process are non-critical (--try-limit) it's possible that we never successfully set any limits at all. In this case, we need to short circuit outer_helper_spawn since there's no parent group to operate on.