mirror of
https://github.com/isar/libmdbx.git
synced 2025-03-29 13:12:58 +08:00
mdbx-doc: корректировка описания значения по-умолчанию MDBX_opt_txn_dp_limit
(backport).
This commit is contained in:
parent
5cbe91a6ab
commit
4f3c8423db
3
mdbx.h
3
mdbx.h
@ -2162,7 +2162,8 @@ enum MDBX_option_t {
|
|||||||
* 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