class Aws::ECS::Types::Ulimit

The `ulimit` settings to pass to the container.

Amazon ECS tasks hosted on Fargate use the default resource limit values set by the operating system with the exception of the `nofile` resource limit parameter which Fargate overrides. The `nofile` resource limit sets a restriction on the number of open files that a container can use. The default `nofile` soft limit is `1024` and hard limit is `4096`.

@note When making an API call, you may pass Ulimit

data as a hash:

    {
      name: "core", # required, accepts core, cpu, data, fsize, locks, memlock, msgqueue, nice, nofile, nproc, rss, rtprio, rttime, sigpending, stack
      soft_limit: 1, # required
      hard_limit: 1, # required
    }

@!attribute [rw] name

The `type` of the `ulimit`.
@return [String]

@!attribute [rw] soft_limit

The soft limit for the ulimit type.
@return [Integer]

@!attribute [rw] hard_limit

The hard limit for the ulimit type.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/Ulimit AWS API Documentation

Constants

SENSITIVE