blob: f0c7d83d3fbf53d6bb9b561cd603efece13f9479 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<samba:parameter xmlns:samba="http://samba.org/common">
<term><anchor id="MAXPRINTJOBS"/>max print jobs (S)</term>
<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 "Out of Space" 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>
|