AWS::Batch::JobDefinition Ulimit - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Batch::JobDefinition Ulimit

The ulimit settings to pass to the container. For more information, see Ulimit.

Note

This object isn't applicable to jobs that are running on Fargate resources.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "HardLimit" : Integer, "Name" : String, "SoftLimit" : Integer }

YAML

HardLimit: Integer Name: String SoftLimit: Integer

Properties

HardLimit

The hard limit for the ulimit type.

Required: Yes

Type: Integer

Update requires: No interruption

Name

The type of the ulimit. Valid values are: core | cpu | data | fsize | locks | memlock | msgqueue | nice | nofile | nproc | rss | rtprio | rttime | sigpending | stack.

Required: Yes

Type: String

Update requires: No interruption

SoftLimit

The soft limit for the ulimit type.

Required: Yes

Type: Integer

Update requires: No interruption