summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon.conf.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-01 01:14:36 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-01 01:14:36 +0200
commit79ad4e63f691d1280dde2eb6521a1572c78d03ce (patch)
tree65670a8d2e354a4ac38644a7aef5cd194a43a8c3 /src/daemon/daemon.conf.in
parenta84b72bf96745702ba59c678a973edc7504ee50e (diff)
Make the shared memory segment size configurable
This is useful only on systems where memory overcommit is not available or disabled.
Diffstat (limited to 'src/daemon/daemon.conf.in')
-rw-r--r--src/daemon/daemon.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in
index ea09fe09..4362e1c1 100644
--- a/src/daemon/daemon.conf.in
+++ b/src/daemon/daemon.conf.in
@@ -26,6 +26,7 @@
; use-pid-file = yes
; system-instance = no
; disable-shm = no
+; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
; high-priority = yes
; nice-level = -11