Open jchapma opened 3 months ago
The assumption that the configuration value (reported by the CLI) and the real value provided to lmdb layer should be the same is wrong.
Because a configuration value of 0 means that the server compute the real value from others config parameters.
That said readers=126 seems a bit strange (it is liblmdb default value). I tried with setting nsslapd-threadnumber: 200 ans I also see 126 So there is a bug in the way the default value is computed.
Issue Description When LMDB specific attributes are requested using the CLI, nsslapd-max-readers is 0, but dbscan reports the default of 126.
Package Version and Platform:
Steps to Reproduce 1.Run dbscan on an LDMB DB
Expected results Values should be the same