memory property
This parameter is deprecated and not supported for jobs run on Fargate
resources, use ResourceRequirement
. For jobs run on EC2
resources can specify the memory requirement using the
ResourceRequirement
structure. The hard limit (in MiB) of
memory to present to the container. If your container attempts to exceed the
memory specified here, the container is killed. This parameter maps to
Memory
in the Create a
container section of the Docker Remote API and
the --memory
option to docker run. You
must specify at least 4 MiB of memory for a job. This is required but can be
specified in several places; it must be specified for each node at least
once.
Implementation
final int? memory;