mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
Make the shared memory segment size configurable
This is useful only on systems where memory overcommit is not available or disabled.
This commit is contained in:
parent
a84b72bf96
commit
79ad4e63f6
23 changed files with 99 additions and 37 deletions
|
|
@ -97,6 +97,15 @@ USA.
|
|||
<opt>no</opt>.</p>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>shm-size-bytes=</opt> Sets the shared memory segment
|
||||
size for clients, in bytes. If left unspecified or is set to 0
|
||||
it will default to some system-specific default, usually 64
|
||||
MiB. Please note that usually there is no need to change this
|
||||
value, unless you are running an OS kernel that does not do
|
||||
memory overcommit.</p>
|
||||
</option>
|
||||
|
||||
</section>
|
||||
|
||||
<section name="Authors">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue