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
rlimit.preHook() // set rlimitcmd.start() // fork and execrlimit.postHook() // restore rlimit
Internally Golang will start a new coroutine waiting on this thread in line 2. However, it is possible that allocation in the creation of coroutine will lead to OOM since rlimit of current process is also set.
The text was updated successfully, but these errors were encountered:
Current rlimit implementation is:
Internally Golang will start a new coroutine waiting on this thread in line 2. However, it is possible that allocation in the creation of coroutine will lead to OOM since rlimit of current process is also set.
The text was updated successfully, but these errors were encountered: