

# Ulimit
<a name="API_Ulimit"></a>

The `ulimit` settings to pass to the container. For more information, see [Ulimit](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_Ulimit.html).

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

## Contents
<a name="API_Ulimit_Contents"></a>

 ** hardLimit **   <a name="Batch-Type-Ulimit-hardLimit"></a>
The hard limit for the `ulimit` type.   
Type: Integer  
Required: Yes

 ** name **   <a name="Batch-Type-Ulimit-name"></a>
The `type` of the `ulimit`. Valid values are: `core` \$1 `cpu` \$1 `data` \$1 `fsize` \$1 `locks` \$1 `memlock` \$1 `msgqueue` \$1 `nice` \$1 `nofile` \$1 `nproc` \$1 `rss` \$1 `rtprio` \$1 `rttime` \$1 `sigpending` \$1 `stack`.  
Type: String  
Required: Yes

 ** softLimit **   <a name="Batch-Type-Ulimit-softLimit"></a>
The soft limit for the `ulimit` type.  
Type: Integer  
Required: Yes

## See Also
<a name="API_Ulimit_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/batch-2016-08-10/Ulimit) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/batch-2016-08-10/Ulimit) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/batch-2016-08-10/Ulimit) 