From 2b6f0af8d6d418b6f6f602a7ec4b6b11a5bd33c1 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..442b479cd 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: 200Mi - type: chePlugin id: redhat/java/latest + memoryLimit: 1400Mi - type: dockerimage alias: maven