email-android7: allocate more memory to avoid OOM killer

This commit is contained in:
Baptiste Jonglez 2024-10-17 00:51:49 +02:00
parent 50b021dd02
commit 99c031dfc4

View file

@ -41,7 +41,7 @@ job "email-android7" {
resources { resources {
cpu = 50 cpu = 50
memory = 50 memory = 200
} }
service { service {
@ -95,7 +95,7 @@ job "email-android7" {
resources { resources {
cpu = 50 cpu = 50
memory = 50 memory = 200
} }
service { service {