Update memory limits on HASS

Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
main 2022-10-27 11:39:05 +02:00
parent 3b34f10534
commit 53ad89a03a

View file

@ -181,7 +181,7 @@ EOF
network {
mode = "bridge"
port "http" {
static = 8123
to = 8123
@ -229,8 +229,8 @@ EOF
resources {
cpu = 128
memory = 128
memory_max = 256
memory = 256
memory_max = 512
}
volume_mount {