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 CPU Limits for workers #193

Open
SkylerLutz opened this issue May 16, 2024 · 1 comment
Open

Disable CPU Limits for workers #193

SkylerLutz opened this issue May 16, 2024 · 1 comment
Assignees
Labels
Enhancement New feature or request

Comments

@SkylerLutz
Copy link

Worker pods are getting throttled, how do I disable cpu limits? I tried editing the operators' yaml but the workers still initialize with a cpu limit. I want to eliminate the limit completely. @AbdelrhmanHamouda thanks

@AbdelrhmanHamouda
Copy link
Owner

Hello @SkylerLutz ,

Thank you for reporting this. I checked the code and indeed this is something i missed accounting for. to do it properly (i.e. allow the cpu limit allocation to be truly unbound / unset) I'll have to do a code change.

However, for now, a workaround till i release an update can be to simply set the limit to something higher than what your cluster has. This effectively will give you the same result. In case you don't know the limits of the cluster, simply set something extremely high and it'll give the same result.

@AbdelrhmanHamouda AbdelrhmanHamouda self-assigned this May 23, 2024
@AbdelrhmanHamouda AbdelrhmanHamouda added the Enhancement New feature or request label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants