Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / tuning / maxsmbdprocesses.xml
blobe46f0185ceadd2767b68de10b4d56f4289bc8f8b
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="MAXSMBDPROCESSES"/>max smbd processes (G)</term>
3                 <listitem><para>This parameter limits the maximum number of 
4                 <ulink url="smbd.8.html"><command moreinfo="none">smbd(8)</command></ulink>
5                 processes concurrently running on a system and is intended
6                 as a stopgap to prevent degrading service to clients in the event
7                 that the server has insufficient resources to handle more than this
8                 number of connections.  Remember that under normal operating
9                 conditions, each user will have an <citerefentry><refentrytitle>smbd</refentrytitle>
10                 <manvolnum>8</manvolnum></citerefentry> associated with him or her
11                 to handle connections to all shares from a given host.
12                 </para>
14                 <para>Default: <command moreinfo="none">max smbd processes = 0</command>   ## no limit</para>
15                 <para>Example: <command moreinfo="none">max smbd processes = 1000</command></para>
16                 </listitem>
17                 </samba:parameter>