martin: server/kolabd/kolabd/templates DB_CONFIG.slapd.template.in, 1.2, 1.3 slapd.conf.template.in, 1.5, 1.6

cvs at kolab.org cvs at kolab.org
Wed Sep 13 04:55:25 CEST 2006


Author: martin

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv15158/kolabd/kolabd/templates

Modified Files:
	DB_CONFIG.slapd.template.in slapd.conf.template.in 
Log Message:
MArtin Konold: Fix issue


Index: DB_CONFIG.slapd.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/DB_CONFIG.slapd.template.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DB_CONFIG.slapd.template.in	16 Sep 2005 12:50:54 -0000	1.2
+++ DB_CONFIG.slapd.template.in	13 Sep 2006 02:55:23 -0000	1.3
@@ -14,3 +14,5 @@
 
 set_cachesize   0       26214400        1
 set_tmp_dir /dev/shm
+
+set lk_detect DB_LOCK_DEFAULT

Index: slapd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/slapd.conf.template.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- slapd.conf.template.in	31 Jul 2006 05:28:16 -0000	1.5
+++ slapd.conf.template.in	13 Sep 2006 02:55:23 -0000	1.6
@@ -46,11 +46,12 @@
 
 database	bdb
 suffix		"@@@base_dn@@@"
-cachesize       2000
-checkpoint 	512 10
+cachesize       10000
+checkpoint 	512 5
 idlcachesize    10000
 idletimeout     80 # The value can be increased if some clients develop problems.
                    # Please report to kolab-devel at kolab.org if you encounter such a client.
+dirtyread
 
 directory	@ldapserver_dir@
 





More information about the commits mailing list