Am Mon, 24 Feb 2014 13:23:33 -0700 schrieb Rich Megginson rmeggins@redhat.com:
You can move them to a Ram Disk.
Found out those files is shared mem written to disk!? So moving it to some ram disk seems ridiculous.
You can also completely disable durable transactions.
Thank you. "durable transactions" is a keyword to find help via internet search.
I've found: https://access.redhat.com/site/documentation/en-US/Red_Hat_Directory_Server/...
So I added "nsslapd-db-durable-transactions: off" to my config and switched also "nsslapd-db-durable-transaction: off" in /etc/dirsrv/slapd-kolab/dse.ldif and checked those values after dirsrv-restart via ldapsearch, see [1].
Values are "off". But it seems the dirsrv is still writing to the files (__db.* / log.* in db-dir).
What am I doing wrong?
###### [1] $ ldapsearch -x -D "cn=directory manager" -W -p 389 -h 192.168.12.46 -b "cn=config" | grep durable Enter LDAP Password: nsslapd-db-durable-transactions: off nsslapd-db-durable-transaction: off