Change default sidecar memory limit to 512MB to let Theia work properly OOTB
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>6.19.x
parent
f163ab2e87
commit
dff4c8a1cd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue