diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-10-01 01:14:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-10-01 01:14:36 +0200 |
commit | 79ad4e63f691d1280dde2eb6521a1572c78d03ce (patch) | |
tree | 65670a8d2e354a4ac38644a7aef5cd194a43a8c3 /man/pulse-client.conf.5.xml.in | |
parent | a84b72bf96745702ba59c678a973edc7504ee50e (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 'man/pulse-client.conf.5.xml.in')
-rw-r--r-- | man/pulse-client.conf.5.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/pulse-client.conf.5.xml.in b/man/pulse-client.conf.5.xml.in index ae8de1f80..1d6f6fb41 100644 --- a/man/pulse-client.conf.5.xml.in +++ b/man/pulse-client.conf.5.xml.in @@ -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"> |