s3:modules: s/struct timed_event/struct tevent_timer
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / tuning / maxsmbdprocesses.xml
blob677d731aa9551433170aa44666bc6f88391721e5
1 <samba:parameter name="max smbd processes"
2                                  type="integer"
3                  context="G"
4                  developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para>This parameter limits the maximum number of <citerefentry><refentrytitle>smbd</refentrytitle>                                       
8     <manvolnum>8</manvolnum></citerefentry> processes concurrently running on a system and is intended
9     as a stopgap to prevent degrading service to clients in the event that the server has insufficient
10     resources to handle more than this number of connections.  Remember that under normal operating
11     conditions, each user will have an <citerefentry><refentrytitle>smbd</refentrytitle>
12     <manvolnum>8</manvolnum></citerefentry> associated with him or her to handle connections to all
13     shares from a given host.</para>
14 </description>
16 <value type="default">0</value>
17 <value type="example">1000</value>
18 </samba:parameter>