Module Parameters: update zfs_dirty_data_max_max defaults

This commit is contained in:
George Melikov
2023-01-18 14:07:35 +03:00
committed by GitHub
parent 33de2eef4b
commit 48e3fded3d

View File

@@ -3329,7 +3329,11 @@ When to change See section "ZFS TRANSACTION DELAY"
Data Type ulong Data Type ulong
Units bytes Units bytes
Range 1 to physical RAM size Range 1 to physical RAM size
Default 25% of physical RAM Default physical_ram/4
**since v0.7:** min(physical_ram/4, 4GiB)
**since v2.0 for 32-bit systems:** min(physical_ram/4, 1GiB)
Change Prior to zfs module load Change Prior to zfs module load
Versions Affected v0.6.4 and later Versions Affected v0.6.4 and later
====================== ==================================== ====================== ====================================