From 7b2b7d83a85f0886c0d1c95286fd96cde6f66bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Tue, 23 Jul 2019 15:47:13 +0200 Subject: [PATCH] Set back lower memory limits to have stack working by default on che.openshift.io eclipse/che#13832 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Pupier --- devfiles/apache-camel-springboot/devfile.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devfiles/apache-camel-springboot/devfile.yaml b/devfiles/apache-camel-springboot/devfile.yaml index a618cbc75..1922b0957 100644 --- a/devfiles/apache-camel-springboot/devfile.yaml +++ b/devfiles/apache-camel-springboot/devfile.yaml @@ -16,9 +16,11 @@ components: - type: chePlugin id: camel-tooling/vscode-apache-camel/latest + memoryLimit: 128Mi - type: chePlugin id: redhat/java/latest + memoryLimit: 1280Mi - type: dockerimage alias: maven