Next update of VFS modules development guide
[ira/wip.git] / docs-xml / smbdotconf / tuning / usemmap.xml
1 <samba:parameter name="use mmap"
2                  context="G"
3                                  type="boolean"
4                  developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para>This global parameter determines if the tdb internals of Samba can
8     depend on mmap working correctly on the running system. Samba requires a coherent
9     mmap/read-write system memory cache. Currently only HPUX does not have such a
10     coherent cache, and so this parameter is set to <constant>no</constant> by
11     default on HPUX. On all other systems this parameter should be left alone. This
12     parameter is provided to help the Samba developers track down problems with
13     the tdb internal code.
14     </para>
15 </description>
16
17 <value type="default">yes</value>
18 </samba:parameter>