mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 08:04:20 +01:00
Update memory limits on HASS
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
3b34f10534
commit
53ad89a03a
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue