You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
577 B
17 lines
577 B
7 months ago
|
Allows a process to adjust resource related parameters
|
||
|
of processes and the system:
|
||
|
- set and override resource limits
|
||
|
- override quota limits
|
||
|
- override the reserved space on ext2 filesystem
|
||
|
(this can also be achieved via CAP_FSETID)
|
||
|
- modify the data journaling mode on ext3 filesystem,
|
||
|
which uses journaling resources
|
||
|
- override size restrictions on IPC message queues
|
||
|
- configure more than 64Hz interrupts from the
|
||
|
real-time clock
|
||
|
- override the maximum number of consoles for console
|
||
|
allocation
|
||
|
- override the maximum number of keymaps
|
||
|
|
||
|
|