mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Increase zigbee2mqtt memory limits
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
979c1f4578
commit
7bf085dbb1
|
@ -90,8 +90,8 @@ job "home-assistant" {
|
|||
|
||||
resources {
|
||||
cpu = 128
|
||||
memory = 128
|
||||
memory_max = 256
|
||||
memory = 256
|
||||
memory_max = 512
|
||||
}
|
||||
|
||||
volume_mount {
|
||||
|
|
Loading…
Reference in a new issue