Skip to content

Commit

Permalink
update zfs 2.2 default setting from 8k to 16k (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskimmel authored Jan 24, 2024
1 parent d59c182 commit 66c761f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Performance and Tuning/Workload Tuning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Internally, ZFS allocates data using multiples of the device's sector
size, typically either 512 bytes or 4KB (see above). When compression is
enabled, a smaller number of sectors can be allocated for each block.
The uncompressed block size is set by the ``recordsize`` (defaults to
128KB) or ``volblocksize`` (defaults to 8KB) property (for filesystems
128KB) or ``volblocksize`` (defaults to 16KB since v2.2) property (for filesystems
vs volumes).

The following compression algorithms are available:
Expand Down

0 comments on commit 66c761f

Please sign in to comment.