Change default sidecar memory limit to 512MB to let Theia work properly OOTB

Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
6.19.x
Oleksandr Garagatyi 2018-09-20 10:45:52 +03:00
parent f163ab2e87
commit dff4c8a1cd
1 changed files with 1 additions and 1 deletions

View File

@ -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