8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 14:43:03 +01:00

Fix typo and clarify SnapshotsMemSize

This commit is contained in:
Mark Rotteveel 2024-10-11 14:58:13 +02:00
parent 1c93e89922
commit 7b1033fe12

View File

@ -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.
#