https://bugs.openldap.org/show_bug.cgi?id=8179
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX
--- Comment #3 from Howard Chu hyc@openldap.org --- Rejecting this because it encourages the wrong style of usage. The intended way to use LMDB is to simply set the mapsize to the maximum amount of (allowed|available) storage, once, at creation time and never touch it again. It's a simple matter to automate checking the amount of free disk space and just using that as the mapsize. Growing the map incrementally is wrong-headed and wasteful. We've accommodated it only under duress thus far.