Increase memory max for photoprism

This commit is contained in:
IamTheFij 2023-02-28 15:57:16 -08:00
parent de2dae3686
commit 20bb6ba7aa

View File

@ -129,9 +129,9 @@ module "photoprism_module" {
PHOTOPRISM_UMASK = 0000
}
resources = {
cpu = 1000
memory = 2000
# memory_max = 2000
cpu = 1000
memory = 2000
memory_max = 3000
}
use_mysql = true
use_vault = true