@aws-cdk_aws-batch-alpha.UlimitName

enum UlimitName ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Batch.Alpha.UlimitName
Gogithub.com/aws/aws-cdk-go/awscdkbatchalpha/v2#UlimitName
Javasoftware.amazon.awscdk.services.batch.alpha.UlimitName
Pythonaws_cdk.aws_batch_alpha.UlimitName
TypeScript (source)@aws-cdk/aws-batch-alpha ยป UlimitName

The resources to be limited.

Members

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