perfs (immich): increase memory

This commit is contained in:
vincent 2024-05-20 11:21:21 +02:00
parent 18a78f6fd2
commit d817f3a7f8

View File

@ -143,6 +143,7 @@ job "immich" {
}
resources {
memory = 300
memory_max = 800
}
}
task "immich-machine-learning" {
@ -172,7 +173,7 @@ job "immich" {
}
resources {
memory = 200
max_memory = 300
memory_max = 1800
}
}