We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ecac7 commit c2f6f04Copy full SHA for c2f6f04
libraries/liblmdb/lmdb.h
@@ -77,6 +77,11 @@
77
* access to locks and lock file. Exceptions: On read-only filesystems
78
* or with the #MDB_NOLOCK flag described under #mdb_env_open().
79
*
80
+ * - An LMDB configuration will often reserve considerable \b unused
81
+ * memory address space and maybe file size for future growth.
82
+ * This does not use actual memory or disk space, but users may need
83
+ * to understand the difference so they won't be scared off.
84
+ *
85
* - By default, in versions before 0.9.10, unused portions of the data
86
* file might receive garbage data from memory freed by other code.
87
* (This does not happen when using the #MDB_WRITEMAP flag.) As of
0 commit comments