From f41bdb7dd0291c7fcb1e8fe80c26adb47712a2b2 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 2 Mar 2023 10:39:42 -0800 Subject: [PATCH] Increase photoprism resources --- services/main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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