From 35115583f3c9b885d3ad602909f6ed78ea76de46 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Tue, 18 Mar 2008 11:22:47 +0000
Subject: [PATCH] - cut down on in heap memory usage by aggregating cache maps into the common index and use String objects in place of DN objects.
---
opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml
index 7afd77b..c0f34d2 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml
@@ -231,7 +231,7 @@
</adm:synopsis>
<adm:default-behavior>
<adm:defined>
- <adm:value>0</adm:value>
+ <adm:value>1</adm:value>
</adm:defined>
</adm:default-behavior>
<adm:syntax>
@@ -277,12 +277,7 @@
</adm:description>
<adm:default-behavior>
<adm:defined>
- <adm:value>je.log.fileMax=10485760</adm:value>
- <adm:value>je.cleaner.minUtilization=90</adm:value>
- <adm:value>je.cleaner.maxBatchFiles=1</adm:value>
- <adm:value>je.cleaner.minAge=1</adm:value>
- <adm:value>je.cleaner.minFileUtilization=50</adm:value>
- <adm:value>je.checkpointer.bytesInterval=10485760</adm:value>
+ <adm:value>je.env.isLocking=false</adm:value>
</adm:defined>
</adm:default-behavior>
<adm:syntax>
--
Gitblit v1.10.0