source: vendor/3.6.0/docs-xml/smbdotconf/tuning/usemmap.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 796 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.