mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +01:00
Fix typo and clarify SnapshotsMemSize
This commit is contained in:
parent
57afb4e645
commit
1b3c7f9d52
@ -1021,7 +1021,9 @@
|
||||
# Bytes of shared memory allocated for snapshots management.
|
||||
# This will grow automatically unless you use an exotic platform
|
||||
# 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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user