From fa66b11e86d1d8831c9c628eadfaa30191debc75 Mon Sep 17 00:00:00 2001 From: digorgonzola <29941279+digorgonzola@users.noreply.github.com> Date: Wed, 20 Dec 2023 00:44:46 +1100 Subject: [PATCH] default.auto.tfvars.json: increase mem to 3GB --- deploy/tg/ecs/default.auto.tfvars.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/tg/ecs/default.auto.tfvars.json b/deploy/tg/ecs/default.auto.tfvars.json index 52d45fd..3d7fa47 100644 --- a/deploy/tg/ecs/default.auto.tfvars.json +++ b/deploy/tg/ecs/default.auto.tfvars.json @@ -1,7 +1,7 @@ { "app_port": 8080, "cpu": 1024, - "memory": 2048, + "memory": 3072, "health_check_path": "/geonetwork/srv/eng/catalog.search#/home", "unhealthy_threshold": 10, "nginx_proxy": false