 |
Core file size: The largest size (in bytes) core(5) file that may be created |
Cpu time: The maximum amount of cpu time (in seconds) to be used by each process |
Data seg size: The maximum size (in bytes) of the data segment for a process. This
defines how far a program may extend its break with the
sbrk(2) system call. |
Locked memory: The maximum size (in bytes) which a process may lock into memory
using the mlock(2) function. |
Open files: The maximum number of open files for this process. |
Max user proc.: The maximum number of simultaneous processes for this user id. |
Max memory size: The maximum size (in bytes) to which a process's resident set size
may grow. This imposes a
limit on the amount of physical memory to be given to a
process. If memory is tight, the system will prefer
to take memory from processes that
are exceeding their declared resident set size. |
Stack size: The maximum size (in bytes) of the stack segment for a process. This
defines how far a program's stack segment may be extended.
Stack extension is performed automatically by the system. |
>>> If you need to change this default feel free to contact our support
|