diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-06-07 00:43:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-06-07 00:45:47 +0200 |
commit | a9b38b3530318daf44d55c5fdfdd12b2299ef215 (patch) | |
tree | 435279d4c92cc884863496c6de23f63190c8befa /man | |
parent | 71ce195d3bb2cc1f88210fd7e22495bc38d2f72d (diff) |
daemon: optionally call mlockall() on startup
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index afa7ca00..b4a7fdb0 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -164,6 +164,14 @@ USA. </option> <option> + <p><opt>lock-memory=</opt> Locks the entire PulseAudio process + into memory. While this might increase drop-out safety when used + in conjunction with real-time scheduling this takes away a lot + of memory from other processes and might hence considerably slow + down your system. Defaults to <opt>no</opt>.</p> + </option> + + <option> <p><opt>flat-volumes=</opt> Enable 'flat' volumes, i.e. where possible let the sink volume equal the maximum of the volumes of the inputs connected to it. Takes a boolean argument, defaults |