Increase memory for syslog jobs

Thry were getting OOM killed
This commit is contained in:
IamTheFij 2024-06-08 13:36:23 -07:00
parent 7b41d29eb8
commit 81093cedfb

View File

@ -70,7 +70,7 @@ EOF
resources { resources {
cpu = 50 cpu = 50
memory = 20 memory = 50
} }
} }
} }
@ -134,7 +134,7 @@ EOF
resources { resources {
cpu = 50 cpu = 50
memory = 10 memory = 50
} }
} }
} }