Add all the source files from the old CVS tree,
[Samba.git] / docs / smbdotconf / tuning / usemmap.xml
blobe1f8ad71e27775456459560deafb083ab96d588d
1 <samba:parameter name="use mmap"
2                  context="G"
3                                  type="boolean"
4                  developer="1"
5                  xmlns:samba="http://samba.org/common">
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>
17 <value type="default">yes</value>
18 </samba:parameter>