From 1a74022252cf186105fcc53863ca2d1bc46ae189 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Wed, 08 Apr 2009 15:46:12 +0000
Subject: [PATCH] Fix for issue 2070: Added validation of DB cache size before applying it to JE.

---
 opends/src/messages/messages/jeb.properties |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/jeb.properties b/opends/src/messages/messages/jeb.properties
index 8f658d9..c128494 100644
--- a/opends/src/messages/messages/jeb.properties
+++ b/opends/src/messages/messages/jeb.properties
@@ -358,3 +358,9 @@
  backup in '%s'.  A full backup will be executed
 SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_VALID_MATCHING_RULE_192=The attribute '%s' \
 cannot have extensible index type for invalid matching rule name '%s'
+SEVERE_ERR_CONFIG_JEB_CACHE_SIZE_GREATER_THAN_JVM_HEAP_193=Configuration \
+  attribute ds-cfg-db-cache-size has a value of %d but the JVM is only \
+  configured for %d. Consider using ds-cfg-db-cache-percent
+SEVERE_ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL_194=Configuration \
+  attribute ds-cfg-db-cache-size has a value of %d which is less than \
+  the minimum: %d

--
Gitblit v1.10.0