Show / Hide Table of Contents

Enum UlimitName

The resources to be limited.

Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum UlimitName
Syntax (vb)
Public Enum UlimitName

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).

Fields

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).

Back to top Generated by DocFX