meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:fs:zfs:tuning [2025/06/03 12:12] – niziak | linux:fs:zfs:tuning [2025/08/23 08:45] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ZFS performance tuning tips ====== | ====== ZFS performance tuning tips ====== | ||
+ | |||
+ | Copy-paste snippet: | ||
+ | <code bash> | ||
+ | zfs set recordsize=1M hddpool | ||
+ | zfs set recordsize=1M nvmpool | ||
+ | zfs set compression=zstd hddpool | ||
+ | zfs set compression=zstd nvmpool | ||
+ | </ | ||
===== zil limit ===== | ===== zil limit ===== |