From 6f7bd1dcb877caa6bfd31ce014b3d5c098114759 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 5 Aug 2022 11:04:47 +0000 Subject: fix(etl): Adjust resources Signed-off-by: Peter Mikus Change-Id: I3f4dcd24285bd162c2d9ab159a4928671b27feb4 --- fdio.infra.terraform/terraform-nomad-pyspark-etl/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fdio.infra.terraform/terraform-nomad-pyspark-etl/variables.tf') diff --git a/fdio.infra.terraform/terraform-nomad-pyspark-etl/variables.tf b/fdio.infra.terraform/terraform-nomad-pyspark-etl/variables.tf index 3c6c12a943..9357c096f3 100644 --- a/fdio.infra.terraform/terraform-nomad-pyspark-etl/variables.tf +++ b/fdio.infra.terraform/terraform-nomad-pyspark-etl/variables.tf @@ -27,7 +27,7 @@ variable "aws_default_region" { variable "cpu" { description = "Specifies the CPU required to run this task in MHz." type = number - default = 10000 + default = 20000 } variable "cron" { @@ -57,7 +57,7 @@ variable "job_name" { variable "memory" { description = "Specifies the memory required in MB." type = number - default = 20000 + default = 60000 } variable "out_aws_access_key_id" { -- cgit 1.2.3-korg