mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 08:40:39 +01:00
Fix typo and clarify SnapshotsMemSize
This commit is contained in:
parent
1c93e89922
commit
7b1033fe12
@ -871,7 +871,9 @@
|
|||||||
# Bytes of shared memory allocated for snapshots management.
|
# Bytes of shared memory allocated for snapshots management.
|
||||||
# This will grow automatically unless you use an exotic platform
|
# This will grow automatically unless you use an exotic platform
|
||||||
# that is neither Windows nor supports mmap system call.
|
# that is neither Windows nor supports mmap system call.
|
||||||
# Each active shapshot uses 16 bytes of memory.
|
# Each active snapshot uses 16 bytes of memory.
|
||||||
|
# The size is an allocation unit. The snapshot table expands dynamically in
|
||||||
|
# increments of this allocation unit, up to the limit of memory.
|
||||||
#
|
#
|
||||||
# Per-database configurable.
|
# Per-database configurable.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user