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
In nowadays nomad in raw_exec driver uses cgroup to kill full process group(#4350). If so it will be logical use cgroup, to limit task in raw_exec by resources as exec driver does
The text was updated successfully, but these errors were encountered:
@tantra35 as you mentioned the exec driver does this already so we don't plan to make raw_exec work exactly like exec. It was designed for use cases where isolation is not needed.
@preetapan unfortunately exec driver doesn't allow to launch program as root, only nobody, but this doesn't allow to call setrlimit to increase RLIMIT_NOFILE for example
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
In nowadays nomad in raw_exec driver uses
cgroup
to kill full process group(#4350). If so it will be logical usecgroup
, to limit task in raw_exec by resources asexec
driver doesThe text was updated successfully, but these errors were encountered: