Module lrs::process::resource

Constants

NameDescription
ContiguousCpuTime

The maximum amount of CPU time a process can use before making a blocking system call.

CoreDumpSize

The maximum size of a core dump.

CpuTime

The maximum amount of CPU time a process can use.

DataSegment

The maximum size of the process's data segment.

FileDescriptors

The maximum number of file descriptors the process can open.

FileSize

The maximum size of files this process can create.

LockedMemory

The maximum number of bytes a process can lock into memory.

MsgQueue

The maximum number of bytes the user can store in message queues.

Niceness

The maximum value to which the niceness of the process can be raised.

PendingSignals

The maximum number of pending signals for the process.

Priority

The maximum real time priority of this process.

Processes

The maximum number of processes the user can create.

Stack

The maximum size of the process stack.

VirtualMemory

The maximum size of the process's virtual memory.