Comment on Question - ZFS and rsync
Cyber@feddit.uk 1 year ago
I don’t have practical experience with ZFS, but my understanding is that it uses RAM a lot… if that’s new, it might be worth checking the RAM by booting up memtest (for example) and just ruling that out.
Maybe also worth watching the system with nmon
or htop
(running in another tmux
/ screen
pane) at the beginning of the next session, then when you think it’s jammed up, see what looks different…
isles@lemmy.world 1 year ago
Awesome, thanks for giving some clues. It’s a new build, but I didn’t focus hugely on RAM, I think it’s only 32GB. I’ll try this out.
sonstwas@sh.itjust.works 1 year ago
Based on this thread it’s the deduplication that requires a lot of RAM.
See also: wiki.freebsd.org/ZFSTuningGuide
Cyber@feddit.uk 1 year ago
Just another thought… Maybe just format the drives as a massive EXT4 JBOD (just for a temp test) and copy the data again - just to see if ZFS is the problem… maybe it’s something else altogether? Maybe - and I hope not - the USB source drive is failing after long reads?
isles@lemmy.world 1 year ago
I believe there’s another issue. ZFS has been using nearly all RAM (which is fine, I only need RAM for system and ZFS anyway, there’s nothing else running on this box), but I was pretty convinced while I was looking that I don’t have dedup turned on. Thanks for your suggestions and links!