mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
ITS#6780 document multi-listener-thread support
This commit is contained in:
parent
be897b6679
commit
e45c601be0
2 changed files with 10 additions and 0 deletions
|
|
@ -522,6 +522,11 @@ changing these settings will generally require deleting any indices that
|
|||
depend on these parameters and recreating them with
|
||||
.BR slapindex (8).
|
||||
|
||||
.TP
|
||||
.B olcListenerThreads: <integer>
|
||||
Specify the number of threads to use for the connection manager.
|
||||
The default is 1 and this is typically adequate for up to 16 CPU cores.
|
||||
The value should be set to a power of 2.
|
||||
.TP
|
||||
.B olcLocalSSF: <SSF>
|
||||
Specifies the Security Strength Factor (SSF) to be given local LDAP sessions,
|
||||
|
|
|
|||
|
|
@ -564,6 +564,11 @@ is used, this configuration statement would result in an error,
|
|||
since no handlers would be associated to the resulting syntax structure.
|
||||
.RE
|
||||
|
||||
.TP
|
||||
.B listener-threads <integer>
|
||||
Specify the number of threads to use for the connection manager.
|
||||
The default is 1 and this is typically adequate for up to 16 CPU cores.
|
||||
The value should be set to a power of 2.
|
||||
.TP
|
||||
.B localSSF <SSF>
|
||||
Specifies the Security Strength Factor (SSF) to be given local LDAP sessions,
|
||||
|
|
|
|||
Loading…
Reference in a new issue