-
Notifications
You must be signed in to change notification settings - Fork 90
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
Minimum cpu-shares is 2 #287
Comments
marusak
added a commit
to marusak/cockpit-podman
that referenced
this issue
Jan 10, 2020
Minimum value is 2. Default value is 1024. We still test that if we don't set it up, it is 0, but for that see containers/podman#4822 Fixes cockpit-project#287
marusak
added a commit
to marusak/cockpit-podman
that referenced
this issue
Jan 10, 2020
Minimum value is 2. Default value is 1024. We still test that if we don't set it up, it is 0, but for that see containers/podman#4822 Fixes cockpit-project#287
marusak
added a commit
to marusak/cockpit-podman
that referenced
this issue
Jan 13, 2020
Minimum value is 2. Default value is 1024. We still test that if we don't set it up, it is 0, but for that see containers/podman#4822 Fixes: cockpit-project#287 Closes: cockpit-project#289
marusak
added a commit
that referenced
this issue
Jan 13, 2020
Minimum value is 2. The default value is 1024 (or value set up in cgroups). Let's not assume any value. Also podman reports `0` as default. We still test that if we don't set it up, it is 0, but for that see containers/podman#4822 Fixes: #287 Closes: #289
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We enable to go down to 0, which is invalid. The minimum value is 2.
I am opening issue, since the default is also 1024 and not 0 as we have not set up, but podman behaves a bit differently - see containers/podman#4822 for discussion.
Once this discussion is resolved, I'll fix both of these issues in our code.
The text was updated successfully, but these errors were encountered: