Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / tuning / usemmap.xml
blob46fa4600de7f075526beea7ebb2337b4a45179f5
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="USEMMAP"/>use mmap (G)</term>
3                 <listitem><para>This global parameter determines if the tdb internals of Samba can
4                 depend on mmap working correctly on the running system. Samba requires a coherent
5                 mmap/read-write system memory cache. Currently only HPUX does not have such a
6                 coherent cache, and so this parameter is set to <constant>no</constant> by
7                 default on HPUX. On all other systems this parameter should be left alone. This
8                 parameter is provided to help the Samba developers track down problems with
9                 the tdb internal code.
10                 </para>
12                 <para>Default: <command moreinfo="none">use mmap = yes</command></para>
13                 </listitem>
14                 </samba:parameter>