summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/printing/maxprintjobs.xml
blob: a631b6b8c4783077b355e50d4f54bc23205a5f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<samba:parameter name="max print jobs"
                 context="S"
		 print="1"
                 xmlns:samba="http://samba.org/common">
<listitem>
    <para>This parameter limits the maximum number of 
    jobs allowable in a Samba printer queue at any given moment.
    If this number is exceeded, <citerefentry><refentrytitle>smbd</refentrytitle>
    <manvolnum>8</manvolnum></citerefentry> will remote &quot;Out of Space&quot; to the client.
    See all <link linkend="TOTALPRINTJOBS"><parameter moreinfo="none">total
    print jobs</parameter></link>.
    </para>

    <para>Default: <command moreinfo="none">max print jobs = 1000</command></para>

    <para>Example: <command moreinfo="none">max print jobs = 5000</command></para>
</listitem>
</samba:parameter>