From a2230a39cf3098a5165a077339ace2e790067764 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Mon, 05 Jul 2010 10:40:13 +0000 Subject: [PATCH] Apply SleepyCat recommendations regarding JE default tunings. The max log size is decreased to 10MB and checkpointer to 20MB. Also increases the number of cleaners to match the default number of workers. These new settings are helping with reducing the etimes on write operations --- opends/resource/config/config.ldif | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index ada1f35..7e0f22d 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -193,10 +193,10 @@ 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: 100 megabytes +ds-cfg-db-log-file-max: 10 megabytes ds-cfg-db-logging-file-handler-on: true ds-cfg-db-logging-level: CONFIG -ds-cfg-db-checkpointer-bytes-interval: 100 megabytes +ds-cfg-db-checkpointer-bytes-interval: 20 megabytes ds-cfg-db-checkpointer-wakeup-interval: 30 seconds dn: cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config -- Gitblit v1.10.0