ResourceLimitsQOSPolicyCfgDefn.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinuser-friendly-name=Resource Limits QOS Policy
1fdd2470b625a58b57d0b155e6caf8c4fc0afe8aAutomatic Updateruser-friendly-plural-name=Resource Limits QOS Policies
75c0816e8295e180f4bc7f10db3d0d880383bc1cMark Andrewssynopsis=The Resource Limits QOS Policy are used to define resource limits enforced by the server.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Resource Limits QOS Policy implementation.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.max-concurrent-ops-per-connection.synopsis=Specifies the maximum number of concurrent operations per client connection.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.max-concurrent-ops-per-connection.description=A value of 0 means that no limit is enforced.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.max-connections.synopsis=Specifies the maximum number of concurrent client connections to the server.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.max-connections.description=A value of 0 means that no limit is enforced.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.max-connections-from-same-ip.synopsis=Specifies the maximum number of client connections from the same source address.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.max-connections-from-same-ip.description=A value of 0 means that no limit is enforced.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.max-ops-interval.synopsis=Specifies the interval during which the number of operations is limited.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.max-ops-interval.description=When the maximum number of operations per interval is reached, all subsequent operations on the same network group are refused until the end of the time interval. This parameter allows to limit the throughput on the network group.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.max-ops-per-connection.synopsis=Specifies the maximum number of operations per client connection.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.max-ops-per-connection.description=A value of 0 means that no limit is enforced.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.max-ops-per-interval.synopsis=Specifies the maximum number of operations that can take place on the same network group during the specified interval.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.max-ops-per-interval.description=When the maximum number of operations per interval is reached, all subsequent operations on the same network group are refused until the end of the time interval. This parameter allows to limit the throughput on the network group. A value of 0 indicates that no limit is enforced.
ac93437301f55ed69bf85883a497a75598c628f9Automatic Updaterproperty.min-substring-length.synopsis=Specifies the minimum length for a search filter substring.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.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.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.size-limit.synopsis=Specifies the maximum number of entries that can be returned to the client during a single search operation.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.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.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.time-limit.synopsis=Specifies the maximum length of time that should be spent processing a search operation.
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrewsproperty.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.