summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon.conf.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-07 00:43:03 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-07 00:45:47 +0200
commita9b38b3530318daf44d55c5fdfdd12b2299ef215 (patch)
tree435279d4c92cc884863496c6de23f63190c8befa /src/daemon/daemon.conf.in
parent71ce195d3bb2cc1f88210fd7e22495bc38d2f72d (diff)
daemon: optionally call mlockall() on startup
Diffstat (limited to 'src/daemon/daemon.conf.in')
-rw-r--r--src/daemon/daemon.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in
index fcd2513a..746ea76c 100644
--- a/src/daemon/daemon.conf.in
+++ b/src/daemon/daemon.conf.in
@@ -27,6 +27,8 @@
; system-instance = no
; disable-shm = no
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
+; lock-memory = no
+; no-cpu-limit = no
; high-priority = yes
; nice-level = -11
@@ -55,8 +57,6 @@
; flat-volumes = yes
-; no-cpu-limit = no
-
; rlimit-fsize = -1
; rlimit-data = -1
; rlimit-stack = -1