[Bug 276299] Write performance to NFS share is ~4x slower than on 13.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Apr 2025 13:43:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276299
crest@rlwinm.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |crest@rlwinm.de
--- Comment #14 from crest@rlwinm.de ---
ZFS dataset compression is a property of the dataset you set it with zfs set
compression=<value> <dataset> e.g. zfs set compression=off
zroot/home/rmacklem/test. Changing the compression property doesn't recompress
existing blocks, but will change how future writes are compressed.
Watching `top -HSPaiz -o cpu` during the benchmarks (give them enough time to
reach a steady state) could help finding the bottleneck.
--
You are receiving this mail because:
You are the assignee for the bug.