The
are used to define resource limits enforced by the server.
ds-cfg-resource-limits-qos-policy
ds-cfg-qos-policy
org.opends.server.core.networkgroups.ResourceLimitsPolicyFactory
Make use of unlimited.
Specifies the maximum number of concurrent client connections
to the server.
A value of 0 means that no limit is enforced.
0
ds-cfg-max-connections
Make use of unlimited.
Specifies the maximum number of client connections from the
same source address.
A value of 0 means that no limit is enforced.
0
ds-cfg-max-connections-from-same-ip
Make use of unlimited.
Specifies the maximum number of operations per
client connection.
A value of 0 means that no limit is enforced.
0
ds-cfg-max-ops-per-connection
Make use of unlimited.
Specifies the maximum number of concurrent operations
per client connection.
A value of 0 means that no limit is enforced.
0
ds-cfg-max-concurrent-ops-per-connection
Make use of unlimited.
Specifies the maximum number of entries that can be returned
to the client during a single search operation.
A value of 0 indicates that no size limit is enforced. Note
that this is the default for the server, but it may be
overridden on a per-user basis using the ds-rlim-size-limit
operational attribute.
ds-cfg-size-limit
Make use of unlimited.
Specifies the maximum length of time that should be spent processing
a search operation.
A value of 0 seconds indicates that no time limit is
enforced. Note that this is the default for the server,
but it may be overridden on a per-user basis using the
ds-rlim-time-limit operational attribute.
ds-cfg-time-limit
Make use of unlimited.
Specifies the minimum length for a search filter substring.
Search operations with short search filter substring are
likely to match a high number of entries and might degrade
performance overall. A value of 0 indicates that no limit is
enforced.
0
ds-cfg-min-substring-length