Valerii Svydenko
Valerii Svydenko
Here is the list of duplicates: - [Apache Camel K](https://github.com/devspaces-samples/camel-k/tree/devspaces-3-rhel-8 ) - [Apache Camel based on Spring Boot](https://github.com/devspaces-samples/fuse-rest-http-booster/tree/devspaces-3-rhel-8) - [Java Lombok ](https://github.com/devspaces-samples/lombok-project-sample/tree/devspaces-3-rhel-8) - [Java 11 with Quarkus (Quarkus REST API)](https://github.com/devspaces-samples/quarkus-quickstarts/tree/devspaces-3-rhel-8)...
/remove-lifecycle stale
/remove-lifecycle stale
Probably as an another solution we can improve libraries that generate DevWorkspace templates to check that DevWorkspaceTemplate metadata.name contains only lower case alphanumeric characters, '-' or '.' and I think...
It seems the bug on the resources monitor plugin side. Metrics server provides the value of used CPU in nanocores (nanoCPU) but the Resource Monitor displays this value with m...
It's still actual https://github.com/eclipse/che/issues/21683
> @svor is it a bug in the Resource Monitor plugin? yes, it is: https://github.com/eclipse/che/issues/21518#issuecomment-1169683829
@vinokurig try to reproduce it on developer sandbox as it is described in the description
It seems the problem with memory limit, did you detect which container was failed with OOM? Try to increase memoryLimit for that component
I've reproduced it on the dogfooding instance: - Start a Quarkus workspace with VSCode editor - Install all recommended plugins - Enable the normal Java LS - See that Java...