From 590fd42a92f16a69b06a2760eac571ff3d285c00 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Jurado Suarez Date: Thu, 12 Oct 2023 12:40:56 -0700 Subject: [PATCH] Missed line --- tutorials/cloud/job_stack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/cloud/job_stack.yaml b/tutorials/cloud/job_stack.yaml index e03a9c5a..bb364b8f 100644 --- a/tutorials/cloud/job_stack.yaml +++ b/tutorials/cloud/job_stack.yaml @@ -6,6 +6,7 @@ jobDefinition: '' # [REQUIRED] The job definition used by this job. # size: 16 # number of nodes nodeOverrides: resourceRequirements: + - value: '32768' type: MEMORY containerOverrides: # An object with various properties that override the defaults for the job definition that specify the name of a container in the specified job definition and the overrides it should receive. command: # The command to send to the container that overrides the default command from the Docker image or the job definition.