diff --git a/services/main.tf b/services/main.tf index 3f9facb..c6a68fe 100644 --- a/services/main.tf +++ b/services/main.tf @@ -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