-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fork exec: use clone3 CLONE_INTO_CGROUP #13
Comments
criyle
added a commit
that referenced
this issue
Feb 20, 2025
criyle
added a commit
that referenced
this issue
Feb 20, 2025
criyle
added a commit
that referenced
this issue
Feb 20, 2025
criyle
added a commit
to criyle/go-judge
that referenced
this issue
Feb 20, 2025
criyle
added a commit
that referenced
this issue
Feb 21, 2025
forkexec: disabled VFORK for now as it is not working properly #13
criyle
added a commit
that referenced
this issue
Feb 21, 2025
criyle
added a commit
to criyle/go-judge
that referenced
this issue
Feb 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support
clone3
CLONE_INTO_CGROUP
(kernel > 5.7) to replace existing group logicExisting strategy includes:
syncFunc
cgroup.AddProc
unshareCgroupAfterSync
This
syscall
should reduce sync time.Following the design of
go1.20
implementation, theclone3
can be combined withvfork
to reduce the consumption as well.The text was updated successfully, but these errors were encountered: