s3:printing: Allow to run samba-bgqd as a standalone systemd service
[Samba.git] / docs-xml / smbdotconf / tuning / usemmap.xml
blobcbc18be0469a256f49f6a1df652790dd97f21637
1 <samba:parameter name="use mmap"
2                  context="G"
3                                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>This global parameter determines if the tdb internals of Samba can
7     depend on mmap working correctly on the running system. Samba requires a coherent
8     mmap/read-write system memory cache. Currently only OpenBSD and HPUX do not have such a
9     coherent cache, and on those platforms this parameter is overridden internally
10     to be effectively <constant>no</constant>. On all systems this parameter should be left alone. This
11     parameter is provided to help the Samba developers track down problems with
12     the tdb internal code.
13     </para>
14 </description>
16 <value type="default">yes</value>
17 </samba:parameter>