Values.UlimitSourceThe ulimit settings to pass to the container. For more information, see Ulimit. This object isn't applicable to jobs that are running on Fargate resources.
type nonrec t = {hardLimit : Integer.t;The hard limit for the ulimit type.
*)name : String_.t;The type of the ulimit. Valid values are: core | cpu | data | fsize | locks | memlock | msgqueue | nice | nofile | nproc | rss | rtprio | rttime | sigpending | stack.
*)softLimit : Integer.t;The soft limit for the ulimit type.
*)}