From 9af43eca4430187d14dc3b23f8e731720259a935 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Fri, 26 Nov 2010 17:56:13 +0000
Subject: [PATCH] Resolves issue OPENDJ-11 - Update the Berkeley DB Java Edition 4.1.6. Introduce 3 new parameters to tune the new DB-Cache evictor functionality
---
opendj-sdk/opends/resource/schema/02-config.ldif | 24 +++++++++++++++++++++---
1 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/resource/schema/02-config.ldif b/opendj-sdk/opends/resource/schema/02-config.ldif
index 0923bcf..51680d4 100644
--- a/opendj-sdk/opends/resource/schema/02-config.ldif
+++ b/opendj-sdk/opends/resource/schema/02-config.ldif
@@ -22,7 +22,7 @@
#
#
# Copyright 2006-2010 Sun Microsystems, Inc.
-# Portions Copyright 2010 ForgeRock AS
+# Portions Copyright 2010 ForgeRock AS.
#
#
# This file contains the attribute type and objectclass definitions for use
@@ -2534,11 +2534,26 @@
NAME 'ds-cfg-max-ops-interval'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.999.1
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.1
NAME 'ds-cfg-crypt-password-storage-encryption-algorithm'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE
- X-ORIGIN 'OpenDS Directory Server' )
+ X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.2
+ NAME 'ds-cfg-db-evictor-core-threads'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+ SINGLE-VALUE
+ X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.3
+ NAME 'ds-cfg-db-evictor-max-threads'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+ SINGLE-VALUE
+ X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.4
+ NAME 'ds-cfg-db-evictor-keep-alive'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+ SINGLE-VALUE
+ X-ORIGIN 'OpenDJ Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
NAME 'ds-cfg-access-control-handler'
SUP top
@@ -2599,6 +2614,9 @@
ds-cfg-db-run-cleaner $
ds-cfg-db-cleaner-min-utilization $
ds-cfg-db-evictor-lru-only $
+ ds-cfg-db-evictor-core-threads $
+ ds-cfg-db-evictor-max-threads $
+ ds-cfg-db-evictor-keep-alive $
ds-cfg-db-evictor-nodes-per-scan $
ds-cfg-db-log-file-max $
ds-cfg-db-logging-file-handler-on $
--
Gitblit v1.10.0