From a7b9e175082787c919e6f23176bd80b7e5469081 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 04 May 2009 16:10:48 +0000
Subject: [PATCH] Additional fix for issue 3964: change defaults for JE log file size and min utilization back to Sleepycat recommended settings in order to provide more robust cleaning and check-pointing.

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
index 0894421..5633ec6 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
@@ -445,7 +445,7 @@
     </adm:description>
     <adm:default-behavior>
       <adm:defined>
-        <adm:value>75</adm:value>
+        <adm:value>50</adm:value>
       </adm:defined>
     </adm:default-behavior>
     <adm:syntax>
@@ -559,7 +559,7 @@
     </adm:requires-admin-action>
     <adm:default-behavior>
       <adm:defined>
-        <adm:value>50mb</adm:value>
+        <adm:value>10mb</adm:value>
       </adm:defined>
     </adm:default-behavior>
     <adm:syntax>

--
Gitblit v1.10.0