Skip to content
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

[core] Application cgroup setup #49354

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dentiny
Copy link
Contributor

@dentiny dentiny commented Dec 19, 2024

There're two categories of cgroup we need to support,

  • One for system cgroup, which is used to place system components like raylet, GCS, etc
  • Another for application, which is used to place all application like tasks/actors

Application cgroup is organized in tree structure, with

  • A subtree node of /sys/fs/cgroup/ray_application, which applies a global resource control over all leaf nodes
  • All sub-cgroup for tasks/actors will be placed under the above node as leaf cgroup node

This PR implements application cgroup setup.

@dentiny dentiny added the go add ONLY when ready to merge, run all tests label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants