UlimitName

class aws_cdk.aws_batch.UlimitName(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

The resources to be limited.

Attributes

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