Igor Brezac wrote:
On Thu, 17 Jun 2004, Quanah Gibson-Mount wrote:
No, it goes in slapd.conf in OpenLDAP 2.2 or later. It is documented in the slapd-bdb manpage:
shm_key <integer> Specify a key for a shared memory BDB environment. By default the BDB environment uses memory mapped files. If a non-zero value is specified, it will be used as the key to identify a shared memory region that will house the environment.
From my slapd.conf:
database bdb shm_key 5
This can go in DB_CONFIG: http://www.sleepycat.com/docs/api_c/env_set_shm_key.html