summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/tuning/minprintspace.xml
blob: b5bba27a5aa5a7b6939e8f4b36ef928af145b0c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<samba:parameter name="min print space"
                 context="S"
				 type="integer"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
    <para>This sets the minimum amount of free disk 
    space that must be available before a user will be able to spool 
    a print job. It is specified in kilobytes. The default is 0, which 
    means a user can always spool a print job.</para>
</description>

<related>printing</related>
<value type="default">0</value>
<value type="example">2000</value>
</samba:parameter>