summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-09-05 13:59:34 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-11-07 17:55:09 +0100
commit700b4ce98163b4840bbcc7ec7c9bbc070ab8b143 (patch)
treee81efaf1d91f0bfd1bd34059d976b0187462e002 /docs-xml
parentde1f49752cd2a7c8d7f015785af1d3529753dacf (diff)
downloadsamba-700b4ce98163b4840bbcc7ec7c9bbc070ab8b143.tar.gz
source4 smbd prefork: Increase default worklers to 4
Increase the default number of worker processes started by the pre-fork process model from 1 to 4. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/base/preforkchildren.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs-xml/smbdotconf/base/preforkchildren.xml b/docs-xml/smbdotconf/base/preforkchildren.xml
index 720e43909cb..ab13efce405 100644
--- a/docs-xml/smbdotconf/base/preforkchildren.xml
+++ b/docs-xml/smbdotconf/base/preforkchildren.xml
@@ -6,9 +6,9 @@
<para>This option controls the number of worker processes that are
started for each service when prefork process model is enabled.
The prefork children are only started for those services that
- support prefork (currently only ldap). For processes that don't
- support preforking all requests are handled by a single process
- for that service.
+ support prefork (currently ldap, kdc and netlogon).
+ For processes that don't support preforking all requests are
+ handled by a single process for that service.
</para>
<para>This should be set to a small multiple of the number of CPU's
@@ -20,5 +20,5 @@
worker processes.</para>
</description>
-<value type="default">1</value>
+<value type="default">4</value>
</samba:parameter>