-
Notifications
You must be signed in to change notification settings - Fork 1.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
Used CPU of a plugin is higher than limit on Developer Sandbox #20768
Comments
I have reproduced that for the Java extension too #20769 |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
@vinokurig try to reproduce it on developer sandbox as it is described in the description |
Note that this issue was reproduced in Theia, not VS Code. |
On dogfooding we do apply neither limits nor quotas, it should be verified on the Developer Sandbox staging enviroment |
It seems the problem with memory limit, did you detect which container was failed with OOM? Try to increase memoryLimit for that component |
After the developer sandbox has been updated to 3.1 I still can't reproduce the issue. When I setupt the limit to less then 750 Mi, workspaces crashes when it reaches the maximum of RAM, but if setup more than 750 Mi, I can't overload the containers RAM limit. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Describe the bug
On developer sandbox the memory used by a plugin goes above the limit:
That should not happen. A container cannot use more CPU than its limit. Is the limit not applied? Is the used CPU mis-calculated?
Che version
7.36
Steps to reproduce
Use a devfile that includes the openshift connector and specify a low CPU limit for it. Start the workspace on developer sandbox.
Expected behavior
The used CPU should never go above the limit.
Runtime
OpenShift
Screenshots
No response
Installation method
other (please specify in additional context)
Environment
Dev Sandbox (workspaces.openshift.com)
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: