-
Notifications
You must be signed in to change notification settings - Fork 2k
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
raw_exec: oom_score_adj support #23308
Conversation
6ac2202
to
1410f8f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
- `oom_score_adj` - (Optional) A positive integer to indicate the likelihood of | ||
the task being OOM killed (valid only for Linux). Defaults to 0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed this on the Docker PR, but we don't actually enforce that it's positive in the driver code, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right! And also there's a mistake both here and in the docker driver docs: I fix.oom_score_adj
is not set in the driver options, but as a task config option.
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
See #23259 and #11087 for context.