mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-15 22:54:31 +08:00
mdbx-doc: корректировка описания значения по-умолчанию MDBX_opt_txn_dp_limit
.
This commit is contained in:
parent
5ff5080935
commit
63dba2876d
3
mdbx.h
3
mdbx.h
@ -2190,7 +2190,8 @@ typedef enum MDBX_option {
|
|||||||
* spill to disk instead.
|
* spill to disk instead.
|
||||||
*
|
*
|
||||||
* The `MDBX_opt_txn_dp_limit` controls described threshold for the current
|
* The `MDBX_opt_txn_dp_limit` controls described threshold for the current
|
||||||
* process. Default is 65536, it is usually enough for most cases. */
|
* process. Default is 1/42 of the sum of whole and currently available RAM
|
||||||
|
* size, which the same ones are reported by \ref mdbx_get_sysraminfo(). */
|
||||||
MDBX_opt_txn_dp_limit,
|
MDBX_opt_txn_dp_limit,
|
||||||
|
|
||||||
/** \brief Controls the in-process initial allocation size for dirty pages
|
/** \brief Controls the in-process initial allocation size for dirty pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user