Give more resources to core stuff

This commit is contained in:
Alex 2022-11-04 12:29:43 +01:00
parent 7587024ff5
commit cade21aa24
Signed by untrusted user: lx
GPG key ID: 0E496D15096376BE

View file

@ -60,7 +60,8 @@ EOH
} }
resources { resources {
memory = 40 memory = 100
memory_max = 200
} }
} }
} }
@ -92,6 +93,7 @@ EOH
resources { resources {
cpu = 500 cpu = 500
memory = 200 memory = 200
memory_max = 500
} }
restart { restart {
@ -177,6 +179,7 @@ EOH
resources { resources {
memory = 100 memory = 100
memory_max = 200
} }
template { template {