-
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
[Regression] Apache Camel devfile not starting on Hosted Che #13832
Comments
cc: @tsmaeder it looks like apache camel requires more than 3 GB of RAM, will it be possible to meet 3 GB requirement for this devfile? @l0rd @slemeur in general in order to have all the devfiles supported on che.openshift.io we need to make 3 GB of RAM as a limitation for all the devfiles in the registry |
it was working before on che.openshift.io. I spent a large amount of time to tweak memory limits to be able to do it. Why is it not working anymore? Which memory limits are no more correct? Also, we have not included Project Initializer in it to be able to work on che.openshift.io. very disappointed that it is no more working. |
Maybe it is because the apache camel plugin has no more memory limit specified in devfile and that the default value for plugin is set to 512M although in initial proposal, it was 128M i'm nto sure how I can test as i cannot access https://che.prod-preview.openshift.io/dashboard/ |
there is also the Java extension which is now 1500M by default https://github.com/eclipse/che-plugin-registry/blob/603ff3819b973b138f806e9f7c0bb8c6ddcb5c4d/v3/plugins/redhat/java/latest/meta.yaml#L16-L18 |
che.openshift.io eclipse-che/che#13832 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
che.openshift.io eclipse-che/che#13832 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
che.openshift.io eclipse-che/che#13832 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
che.openshift.io eclipse-che/che#13832 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
Description
When starting Che 7 workspace based on
Apache Camel based on Spring Boot
, the workspace is not started sayingError: Failed to run the workspace: "Unrecoverable event occurred: 'FailedCreate', 'Error creating: pods "workspacevd196kj996eb1v7b.maven-85dcd48884-55sdr" is forbidden: [maximum cpu usage per Pod is 6, but limit is 6424m., maximum memory usage per Pod is 3Gi, but limit is 3450109952.]', 'workspacevd196kj996eb1v7b.maven-85dcd48884'"
.Screenshot:
Reproduction Steps
Log in to https://che.prod-preview.openshift.io. Click
Add Workspace
, clickApache Camel based on Spring Boot
and hit the buttonCREATE & OPEN
.OS and version:
https://che.prod-preview.openshift.io with version 7.0.0-rh-3.0
The text was updated successfully, but these errors were encountered: