AWS::ECS::TaskDefinition Ulimit
The Ulimit
property specifies the ulimit
settings to pass to
the container.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
HardLimit
-
The hard limit for the ulimit type.
Required: Yes
Type: Integer
Update requires: Replacement
Name
-
The
type
of theulimit
.Required: Yes
Type: String
Allowed values:
core | cpu | data | fsize | locks | memlock | msgqueue | nice | nofile | nproc | rss | rtprio | rttime | sigpending | stack
Update requires: Replacement
SoftLimit
-
The soft limit for the ulimit type.
Required: Yes
Type: Integer
Update requires: Replacement