From fa5a9ffbc5a8aa993f458b556fcbd59f42fff495 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Tue, 19 Jan 2010 12:59:47 +0000
Subject: [PATCH] Additional fix for issue 4477 (Increase maximum size of database log file from 10MBto 100MB): decrease default checkpoint frequency from 20MB to 100MB in order to reduce frequency of fsyncs. This should not increase recovery times significantly since modern hardware is capable of recovering 100MB of log very quickly.
---
opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
index cb7e1a5..d0ae3fc 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
@@ -645,7 +645,7 @@
</adm:requires-admin-action>
<adm:default-behavior>
<adm:defined>
- <adm:value>20mb</adm:value>
+ <adm:value>100mb</adm:value>
</adm:defined>
</adm:default-behavior>
<adm:syntax>
--
Gitblit v1.10.0