diff --git a/ops/testnet/prod/core/main.tf b/ops/testnet/prod/core/main.tf index 2ae47f4c9f..559f3fc01f 100755 --- a/ops/testnet/prod/core/main.tf +++ b/ops/testnet/prod/core/main.tf @@ -363,7 +363,7 @@ module "lighthouse_process_from_root_cron" { stage = var.stage container_env_vars = merge(local.lighthouse_env_vars, { LIGHTHOUSE_SERVICE = "process" }) schedule_expression = "rate(5 minutes)" - memory_size = 512 + memory_size = 1536 } @@ -388,7 +388,7 @@ module "lighthouse_sendoutboundroot_cron" { stage = var.stage container_env_vars = merge(local.lighthouse_env_vars, { LIGHTHOUSE_SERVICE = "sendoutboundroot" }) schedule_expression = "rate(30 minutes)" - memory_size = 512 + memory_size = 2048 }