From 63dba2876d5f8d30b0dc09a98159691157cd8a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Sat, 28 Dec 2024 22:56:17 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-doc:=20=D0=BA=D0=BE=D1=80=D1=80=D0=B5?= =?UTF-8?q?=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B0=20=D0=BE=D0=BF?= =?UTF-8?q?=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B7=D0=BD=D0=B0=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BF=D0=BE-=D1=83=D0=BC=D0=BE?= =?UTF-8?q?=D0=BB=D1=87=D0=B0=D0=BD=D0=B8=D1=8E=20`MDBX=5Fopt=5Ftxn=5Fdp?= =?UTF-8?q?=5Flimit`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdbx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mdbx.h b/mdbx.h index 771402ee..ffb8ef69 100644 --- a/mdbx.h +++ b/mdbx.h @@ -2190,7 +2190,8 @@ typedef enum MDBX_option { * spill to disk instead. * * 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, /** \brief Controls the in-process initial allocation size for dirty pages