From 9ff69f265dae8f0647fb9c204fda070eafe25613 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 13 Jun 2012 21:05:11 +0000
Subject: [PATCH] Fix OPENDJ-520: Worker threads are too greedy when caching memory used for encoding/decoding entries and protocol messages

---
 opends/src/admin/messages/GlobalCfgDefn.properties |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/messages/GlobalCfgDefn.properties b/opends/src/admin/messages/GlobalCfgDefn.properties
index 0ea24f9..4d326f8 100644
--- a/opends/src/admin/messages/GlobalCfgDefn.properties
+++ b/opends/src/admin/messages/GlobalCfgDefn.properties
@@ -53,6 +53,8 @@
 property.lookthrough-limit.description=This includes any entry that the server must examine in the course of processing the request, regardless of whether it actually matches the search criteria. A value of 0 indicates that no lookthrough limit is enforced. Note that this is the default server-wide limit, but it may be overridden on a per-user basis using the ds-rlim-lookthrough-limit operational attribute.
 property.max-allowed-client-connections.synopsis=Specifies the maximum number of client connections that may be established at any given time
 property.max-allowed-client-connections.description=A value of 0 indicates that unlimited client connection is allowed.
+property.max-internal-buffer-size.synopsis=The threshold capacity beyond which internal cached buffers used for encoding and decoding entries and protocol messages will be trimmed after use.
+property.max-internal-buffer-size.description=Individual buffers may grow very large when encoding and decoding large entries and protocol messages and should be reduced in size when they are no longer needed. This setting specifies the threshold at which a buffer is determined to have grown too big and should be trimmed down after use.
 property.max-psearches.synopsis=Defines the maximum number of concurrent persistent searches that can be performed on directory server
 property.max-psearches.description=The persistent search mechanism provides an active channel through which entries that change, and information about the changes that occur, can be communicated. Because each persistent search operation consumes resources, limiting the number of simultaneous persistent searches keeps the performance impact minimal. A value of -1 indicates that there is no limit on the persistent searches.
 property.notify-abandoned-operations.synopsis=Indicates whether the directory server should send a response to any operation that is interrupted via an abandon request.

--
Gitblit v1.10.0