Skip to content

Commit 3fb41c4

Browse files
committed
Clarify documentation of LockMemSize and EventMemSize
1 parent ce72c62 commit 3fb41c4

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
@@ -968,8 +968,9 @@
968968

969969
# ----------------------------
970970
# Bytes of shared memory allocated for lock manager.
971-
# In Classic mode, the size given is used for the initial allocation. The
972-
# table expands dynamically up to the limit of memory.
971+
# The size is an allocation unit. The table expands dynamically in
972+
# increments of this allocation unit, up to 2 GiB - 1, or the limit of
973+
# memory.
973974
#
974975
# Per-database configurable.
975976
#
@@ -1006,6 +1007,8 @@
10061007

10071008
# ----------------------------
10081009
# Bytes of shared memory allocated for event manager.
1010+
# The size is an allocation unit. The event manager expands dynamically in
1011+
# increments of this allocation unit, up to the limit of memory.
10091012
#
10101013
# Per-database configurable.
10111014
#

0 commit comments

Comments
 (0)