Class UlimitName
The resources to be limited.
Inheritance
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class UlimitName : Enum
Syntax (vb)
Public NotInheritable Class UlimitName
Inherits
Enum
Synopsis
Fields
CORE | max core dump file size. |
CPU | max cpu time (seconds) for a process. |
DATA | max data segment size. |
FSIZE | max file size. |
LOCKS | max number of file locks. |
MEMLOCK | max locked memory. |
MSGQUEUE | max POSIX message queue size. |
NICE | max nice value for any process this user is running. |
NOFILE | maximum number of open file descriptors. |
NPROC | maximum number of processes. |
RSS | size of the process' resident set (in pages). |
RTPRIO | max realtime priority. |
RTTIME | timeout for realtime tasks. |
SIGPENDING | max number of pending signals. |
STACK | max stack size (in bytes). |
value__ |
Fields
CORE
CPU
max cpu time (seconds) for a process.
public const UlimitName CPU
Field Value
Type | Description |
---|---|
Ulimit |
DATA
FSIZE
LOCKS
MEMLOCK
MSGQUEUE
max POSIX message queue size.
public const UlimitName MSGQUEUE
Field Value
Type | Description |
---|---|
Ulimit |
NICE
max nice value for any process this user is running.
public const UlimitName NICE
Field Value
Type | Description |
---|---|
Ulimit |
NOFILE
maximum number of open file descriptors.
public const UlimitName NOFILE
Field Value
Type | Description |
---|---|
Ulimit |
NPROC
RSS
size of the process' resident set (in pages).
public const UlimitName RSS
Field Value
Type | Description |
---|---|
Ulimit |
RTPRIO
RTTIME
SIGPENDING
max number of pending signals.
public const UlimitName SIGPENDING
Field Value
Type | Description |
---|---|
Ulimit |
STACK
value__
public int value__
Field Value
Type | Description |
---|---|
System. |