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

Scheduler: oversubscribe cores just a little to make up for slack #2315

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ahartmetz
Copy link

...not by factor of 10 as it was done previously

@ahartmetz ahartmetz force-pushed the oversubscribe_cores_less branch from fe6c4f6 to e3f9d04 Compare January 10, 2025 15:10
@@ -309,7 +309,7 @@ fn init_logging() {
}
}

const MAX_PER_CORE_LOAD: f64 = 10f64;
const MAX_PER_CORE_LOAD: f64 = 2f64;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please document this variable ?
(i know it isn't your fault but as you are working on it)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That OK?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(In the next version that I forced-pushed - sorry, I'm more used to how it works in GitLab)

@ahartmetz ahartmetz force-pushed the oversubscribe_cores_less branch from e3f9d04 to ae01e21 Compare January 10, 2025 17:42
...not by a factor of 10 as it was done previously
@ahartmetz ahartmetz force-pushed the oversubscribe_cores_less branch from ae01e21 to 8593012 Compare January 10, 2025 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants