Skip to content

Commit 5fd5384

Browse files
committed
Clarify documentation of LockMemSize and EventMemSize
1 parent 065a3b4 commit 5fd5384

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

builds/install/misc/firebird.conf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,8 +818,9 @@
818818

819819
# ----------------------------
820820
# Bytes of shared memory allocated for lock manager.
821-
# In Classic mode, the size given is used for the initial allocation. The
822-
# table expands dynamically up to the limit of memory.
821+
# The size is an allocation unit. The table expands dynamically in
822+
# increments of this allocation unit, up to 2 GiB - 1, or the limit of
823+
# memory.
823824
#
824825
# Per-database configurable.
825826
#
@@ -856,6 +857,8 @@
856857

857858
# ----------------------------
858859
# Bytes of shared memory allocated for event manager.
860+
# The size is an allocation unit. The event manager expands dynamically in
861+
# increments of this allocation unit, up to the limit of memory.
859862
#
860863
# Per-database configurable.
861864
#

0 commit comments

Comments
 (0)