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