user-friendly-name=Resource Limits QOS Policy
user-friendly-plural-name=Resource Limits QOS Policies
synopsis=The Resource Limits QOS Policy are used to define resource limits enforced by the server.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Resource Limits QOS Policy implementation.
property.max-concurrent-ops-per-connection.synopsis=Specifies the maximum number of concurrent operations per client connection.
property.max-concurrent-ops-per-connection.description=A value of 0 means that no limit is enforced.
property.max-connections.synopsis=Specifies the maximum number of concurrent client connections to the server.
property.max-connections.description=A value of 0 means that no limit is enforced.
property.max-connections-from-same-ip.synopsis=Specifies the maximum number of client connections from the same source address.
property.max-connections-from-same-ip.description=A value of 0 means that no limit is enforced.
property.max-ops-per-connection.synopsis=Specifies the maximum number of operations per client connection.
property.max-ops-per-connection.description=A value of 0 means that no limit is enforced.
property.min-substring-length.synopsis=Specifies the minimum length for a search filter substring.
property.min-substring-length.description=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.
property.size-limit.synopsis=Specifies the maximum number of entries that can be returned to the client during a single search operation.
property.size-limit.description=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.
property.time-limit.synopsis=Specifies the maximum length of time that should be spent processing a search operation.
property.time-limit.description=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.