testprogs/blackbox: add 'net ads keytab delete' tests to test_net_ads.sh
[Samba.git] / docs-xml / smbdotconf / tuning / maxsmbdprocesses.xml
blobf5b1e4230be6fa3afd8ac95b2a545593fc53a1eb
1 <samba:parameter name="max smbd processes"
2                                  type="integer"
3                  context="G"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
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>For a Samba ADDC running the standard process model this option
15     limits the number of processes forked to handle requests.
16     Currently new processes are only forked for ldap and netlogon
17     requests.
18     </para>
20 </description>
22 <value type="default">0</value>
23 <value type="example">1000</value>
24 </samba:parameter>