From 5fd538411919d65aabfa6e5a592c839fe799ea12 Mon Sep 17 00:00:00 2001 From: Mark Rotteveel Date: Wed, 9 Oct 2024 15:23:15 +0200 Subject: [PATCH] Clarify documentation of LockMemSize and EventMemSize --- builds/install/misc/firebird.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/builds/install/misc/firebird.conf b/builds/install/misc/firebird.conf index f03392696f..0d361a0b9a 100644 --- a/builds/install/misc/firebird.conf +++ b/builds/install/misc/firebird.conf @@ -818,8 +818,9 @@ # ---------------------------- # Bytes of shared memory allocated for lock manager. -# In Classic mode, the size given is used for the initial allocation. The -# table expands dynamically up to the limit of memory. +# The size is an allocation unit. The table expands dynamically in +# increments of this allocation unit, up to 2 GiB - 1, or the limit of +# memory. # # Per-database configurable. # @@ -856,6 +857,8 @@ # ---------------------------- # Bytes of shared memory allocated for event manager. +# The size is an allocation unit. The event manager expands dynamically in +# increments of this allocation unit, up to the limit of memory. # # Per-database configurable. #