File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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#
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#
You can’t perform that action at this time.
0 commit comments