mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 14:03:03 +01:00
Clarify documentation of LockMemSize and EventMemSize
This commit is contained in:
parent
065a3b42e7
commit
5fd5384119
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user