-
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
Some devfiles are not compatible with Hosted Che (che.openshift.io) due to 3 GB quota limitations #13969
Comments
@Katka92 @ScrewTSW could you please provide a list of Hosted Che quota incompatible devfiles from - https://github.com/eclipse/che-devfile-registry/tree/master/devfiles ? This could be simply tested on prod-preview |
Devfiles failing because of quota issues:
All the other devfiles started correctly for me when I was doing the testing (19.7.2019) |
@sleshchenko any comments on this issue. Do you happen to know if we could shrink RAM for those devfiles or current memory settings reflect the absolute minimum ? |
in previous version of Che 7, the Apache Camel stack was working. it was using smaller memory values, see #13832 (comment) |
Related: #11801 |
[23.07.2019]
|
I don't know if this is the place but we should concider having 5GB quota limitations (and having less users capacity) |
@sunix you could add this proposal to the upcoming briefs for Q3, but 5GB quota & less users capacity definitely not smth we are going to address by GA |
@ibuziuk that doesn't look like a blocker right? Setting it as P1. I mean if we cannot reduce the amount of memory we can remove the devfiles from the openshift.io registry. |
yeah, not a blocker indeed |
for Apache Camel stack, we can reduce the memory, see eclipse-che/che-devfile-registry#46 and #13832 so nto having Apache Camel stack on che.openshift.io is not blocker? |
@apupier if it works we would merge it and make available ;-) |
my last manual tests on preprod are working eclipse-che/che-devfile-registry#46 (comment) |
created a separate issue for UD improvement that should be tackled after GA - #14001 |
All PRs have been merged. Closing |
Current Hosted Che "Terms of service" allows using only 3GB of RAM for workspace. At the same time some of the devfiles from the registry like
java-web-spring
are failing with the quota issue:NOTE: event though
globalMemoryLimit: 2674Mi
is set in the meta.yaml, I suspect it does not take into account the jwt-proxy podWe need to:
[1] https://www.eclipse.org/che/docs/che-7/hosted-che.html#terms-of-service_{context}
The text was updated successfully, but these errors were encountered: