←back to thread

185 points psxuaw | 1 comments | | HN request time: 0.207s | source
Show context
znpy ◴[] No.43537173[source]
> ZFS is more efficient on FreeBSD (Insert Source)

FreeBSD and Linux share the same ZFS codebase, openzfs.

FreeBSD had its own zfs implementation but they had to drop it becayse they couldn't keep up with openzfs.

replies(3): >>43537247 #>>43537325 #>>43537347 #
1. craftkiller ◴[] No.43537325[source]
While they do share the same code base, personally (and therefore anecdotally) I have noticed an issue where on Linux with ZFS my programs will get OOM killed whereas they won't on FreeBSD+ZFS or on Linux+ext4. My theory was that the ARC pages on Linux weren't available for clearing under memory pressure whereas maybe they were in FreeBSD but that's just a guess. Hopefully someone knows more, but at least anecdotally even with the "same" ZFS code base, they can perform differently in situ.