From dff4c8a1cdef7d604aba41500f45ac809d8adc08 Mon Sep 17 00:00:00 2001 From: Oleksandr Garagatyi Date: Thu, 20 Sep 2018 10:45:52 +0300 Subject: [PATCH] Change default sidecar memory limit to 512MB to let Theia work properly OOTB Signed-off-by: Oleksandr Garagatyi --- .../src/main/webapp/WEB-INF/classes/che/che.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties index 1248aae147..90cd0ca772 100644 --- a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties +++ b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties @@ -98,7 +98,7 @@ che.workspace.exec_linux_amd64=${che.home}/lib/linux_amd64/exec che.workspace.default_memory_limit_mb=1024 # RAM limit default for each sidecar that has no RAM settings in Che plugin configuration. -che.workspace.sidecar.default_memory_limit_mb=128 +che.workspace.sidecar.default_memory_limit_mb=512 # RAM request default for each machine that has no explicit RAM settings in environment. # this amount will be allocated on workspace container creation