diff --git a/services/main.tf b/services/main.tf index c6a68fe..62cc2fc 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 = 3000 + cpu = 2000 + memory = 3000 + memory_max = 4000 } use_mysql = true use_vault = true