fix(etl): Split memory usage
[csit.git] / fdio.infra.terraform / terraform-nomad-pyspark-etl / variables.tf
index 3c6c12a..f6d318e 100644 (file)
@@ -57,7 +57,7 @@ variable "job_name" {
 variable "memory" {
   description = "Specifies the memory required in MB."
   type        = number
-  default     = 20000
+  default     = 50000
 }
 
 variable "out_aws_access_key_id" {