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 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#
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#
You can’t perform that action at this time.
0 commit comments