From 1b67a058b10b71547f742fdd0265370d5681d988 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Tue, 12 Jan 2010 17:47:43 +0000
Subject: [PATCH] Increase maximum size of database log file from 10MBto 100MB. Issue 4477
---
opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml | 4 ++--
opends/resource/config/config.ldif | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif
index a9ad022..1fc0134 100644
--- a/opends/resource/config/config.ldif
+++ b/opends/resource/config/config.ldif
@@ -20,7 +20,7 @@
#
# CDDL HEADER END
#
-# Copyright 2006-2009 Sun Microsystems, Inc.
+# Copyright 2006-2010 Sun Microsystems, Inc.
#
#
# This file contains the primary Directory Server configuration. It must not
@@ -193,7 +193,7 @@
ds-cfg-db-cleaner-min-utilization: 50
ds-cfg-db-evictor-lru-only: true
ds-cfg-db-evictor-nodes-per-scan: 10
-ds-cfg-db-log-file-max: 10 megabytes
+ds-cfg-db-log-file-max: 100 megabytes
ds-cfg-db-logging-file-handler-on: true
ds-cfg-db-logging-level: CONFIG
ds-cfg-db-checkpointer-bytes-interval: 20 megabytes
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 6068380..cb7e1a5 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
@@ -23,7 +23,7 @@
! CDDL HEADER END
!
!
- ! Copyright 2007-2009 Sun Microsystems, Inc.
+ ! Copyright 2007-2010 Sun Microsystems, Inc.
! -->
<adm:managed-object name="local-db-backend"
plural-name="local-db-backends" package="org.opends.server.admin.std"
@@ -562,7 +562,7 @@
</adm:requires-admin-action>
<adm:default-behavior>
<adm:defined>
- <adm:value>10mb</adm:value>
+ <adm:value>100mb</adm:value>
</adm:defined>
</adm:default-behavior>
<adm:syntax>
--
Gitblit v1.10.0