syncing tree with SAMBA_3_0
[Samba.git] / docs / docbook / smbdotconf / tuning / maxsmbdprocesses.xml
blob453818ab7df20da2532359afe68bd3070d4b5f4c
1 <samba:parameter name="max smbd processes"
2                  context="G"
3                  developer="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
6     <para>This parameter limits the maximum number of <citerefentry><refentrytitle>smbd</refentrytitle>                                       
7     <manvolnum>8</manvolnum></citerefentry> processes concurrently running on a system and is intended
8     as a stopgap to prevent degrading service to clients in the event that the server has insufficient
9     resources to handle more than this number of connections.  Remember that under normal operating
10     conditions, each user will have an <citerefentry><refentrytitle>smbd</refentrytitle>
11     <manvolnum>8</manvolnum></citerefentry> associated with him or her to handle connections to all
12     shares from a given host.</para>
14     <para>Default: <command moreinfo="none">max smbd processes = 0</command>   ## no limit</para>
16     <para>Example: <command moreinfo="none">max smbd processes = 1000</command></para>
17 </listitem>
18 </samba:parameter>