enum UlimitName
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Batch.UlimitName |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#UlimitName |
![]() | software.amazon.awscdk.services.batch.UlimitName |
![]() | aws_cdk.aws_batch.UlimitName |
![]() | aws-cdk-lib » aws_batch » UlimitName |
The resources to be limited.
Members
Name | Description |
---|---|
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). |
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).