summaryrefslogtreecommitdiff
path: root/modules/pam_limits/README
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2005-07-04 13:47:33 +0000
committerTomas Mraz <tm@t8m.info>2005-07-04 13:47:33 +0000
commit062a7cbb1b285b99411f7297bb89f11fe2d745ab (patch)
tree3d5bf8b38ebc8a043a6f9d1e030384a07ac5bab6 /modules/pam_limits/README
parent32a1ca40a3303791cc91919b9ef206bb986dbff9 (diff)
Relevant BUGIDs:
Purpose of commit: new feature Commit summary: --------------- Improve the RLIMIT_NICE support so the input values are in the nice range -20..19
Diffstat (limited to 'modules/pam_limits/README')
-rw-r--r--modules/pam_limits/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/pam_limits/README b/modules/pam_limits/README
index ab2b6545..a4f07e32 100644
--- a/modules/pam_limits/README
+++ b/modules/pam_limits/README
@@ -42,8 +42,7 @@ Where:
- sigpending - max number of pending signals (Linux 2.6 and higher)
- msgqueue - max memory used by POSIX message queues (bytes)
(Linux 2.6 and higher)
- - nice - max nice priority allowed to raise to. Nice levels 19..-20
- correspond to 0..39 values of this limit (Linux 2.6.12 and higher)
+ - nice - max nice priority allowed to raise to (Linux 2.6.12 and higher)
- rtprio - max realtime priority allowed for non-priviledged
processes (Linux 2.6.12 and higher)