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

Disable busywaits #3943

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

Disable busywaits #3943

wants to merge 1 commit into from

Conversation

feld
Copy link

@feld feld commented Nov 9, 2024

On VMs this often leads to increased CPU usage and in cloud environments increased consumption of CPU credits ($$).

The main offender is oc-bifrost which has been observed consuming 100% CPU making calls for CLOCK_MONOTONIC. With this change it only consumes 1% CPU.

@feld feld requested review from a team as code owners November 9, 2024 05:59
Copy link

netlify bot commented Nov 9, 2024

👷 Deploy Preview for chef-server processing.

Name Link
🔨 Latest commit 8a0e720
🔍 Latest deploy log https://app.netlify.com/sites/chef-server/deploys/672efa58ca24bf0008d16cda

Copy link

sonarcloud bot commented Nov 9, 2024

@jashaik
Copy link
Contributor

jashaik commented Nov 11, 2024

@feld Thanks for the pull request, We will take a look and update you.

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