Next update of VFS modules development guide
[bbaumbach/samba-autobuild/.git] / docs / smbdotconf / misc / dfreecachetime.xml
1 <samba:parameter name="dfree cache time"
2                  context="S"
3                          type="integer"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7
8         <para>
9         The <parameter moreinfo="none">dfree cache time</parameter> should only be used on systems where a problem
10         occurs with the internal disk space calculations. This has been known to happen with Ultrix, but may occur
11         with other operating systems. The symptom that was seen was an error of &quot;Abort Retry Ignore&quot; at the
12         end of each directory listing.
13         </para>
14
15         <para>
16         This is a new parameter introduced in Samba version 3.0.21.  It specifies in seconds the time that smbd will
17         cache the output of a disk free query. If set to zero (the default) no caching is done. This allows a heavily
18         loaded server to prevent rapid spawning of <smbconfoption name="dfree command"/> scripts increasing the load.
19         </para>
20
21         <para>
22         By default this parameter is zero, meaning no caching will be done.
23         </para>
24
25 </description>
26 <value type="example">dfree cache time = 60</value>
27 </samba:parameter>