Skip to content

Commit 1b3c7f9

Browse files
committed
Fix typo and clarify SnapshotsMemSize
1 parent 57afb4e commit 1b3c7f9

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
@@ -1021,7 +1021,9 @@
10211021
# Bytes of shared memory allocated for snapshots management.
10221022
# This will grow automatically unless you use an exotic platform
10231023
# that is neither Windows nor supports mmap system call.
1024-
# Each active shapshot uses 16 bytes of memory.
1024+
# Each active snapshot uses 16 bytes of memory.
1025+
# The size is an allocation unit. The snapshot table expands dynamically in
1026+
# increments of this allocation unit, up to the limit of memory.
10251027
#
10261028
# Per-database configurable.
10271029
#

0 commit comments

Comments
 (0)