Skip to content

Commit 7b1033f

Browse files
committed
Fix typo and clarify SnapshotsMemSize
1 parent 1c93e89 commit 7b1033f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

builds/install/misc/firebird.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,9 @@
871871
# Bytes of shared memory allocated for snapshots management.
872872
# This will grow automatically unless you use an exotic platform
873873
# that is neither Windows nor supports mmap system call.
874-
# Each active shapshot uses 16 bytes of memory.
874+
# Each active snapshot uses 16 bytes of memory.
875+
# The size is an allocation unit. The snapshot table expands dynamically in
876+
# increments of this allocation unit, up to the limit of memory.
875877
#
876878
# Per-database configurable.
877879
#

0 commit comments

Comments
 (0)