mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17:23:03 +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.
|
||||
# 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