s3:modules: s/struct timed_event/struct tevent_timer
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / tuning / usemmap.xml
blobc23fc3584070dda08871ac236a91b975a20afe7f
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>
17 <value type="default">yes</value>
18 </samba:parameter>