This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[ira/wip.git] / docs / docbook / smbdotconf / printing / totalprintjobs.xml
1 <samba:parameter name="total print jobs"
2                  context="G"
3                  print="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
6     <para>This parameter accepts an integer value which defines
7     a limit on the maximum number of print jobs that will be accepted 
8     system wide at any given time.  If a print job is submitted
9     by a client which will exceed this number, then <citerefentry><refentrytitle>smbd</refentrytitle>
10     <manvolnum>8</manvolnum></citerefentry> will return an 
11     error indicating that no space is available on the server.  The 
12     default value of 0 means that no such limit exists.  This parameter
13     can be used to prevent a server from exceeding its capacity and is
14     designed as a printing throttle.  See also <link linkend="MAXPRINTJOBS">
15     <parameter moreinfo="none">max print jobs</parameter></link>.
16     </para>
17                 
18     <para>Default: <command moreinfo="none">total print jobs = 0</command></para>
19
20     <para>Example: <command moreinfo="none">total print jobs = 5000</command></para>
21 </listitem>
22 </samba:parameter>