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

@ -131,7 +131,7 @@ module "photoprism_module" {
resources = {
cpu = 1000
memory = 2000
# memory_max = 2000
memory_max = 3000
}
use_mysql = true
use_vault = true