s3:lib: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / misc / dfreecachetime.xml
blob62d35574cbcdfa1197a9e24231e55664d6bd9f5a
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>
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>
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>
21         <para>
22         By default this parameter is zero, meaning no caching will be done.
23         </para>
25 </description>
26 <value type="example">60</value>
27 </samba:parameter>