mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
daemon: optionally call mlockall() on startup
This commit is contained in:
parent
71ce195d3b
commit
a9b38b3530
5 changed files with 37 additions and 12 deletions
|
|
@ -163,6 +163,14 @@ USA.
|
|||
memory overcommit.</p>
|
||||
</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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue