Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)WH
what @discuss.tchncs.de
Posts 0
Comments 26
ZFS Swap question
  • I haven't used swap on zvol myself, but I've read about issues in low-memory situations, like this one: https://github.com/openzfs/zfs/issues/7734

    To write to swap, zfs needs to allocate ARC memory. But to do that, it would need to write to swap...

    Consider using zramswap, that's probably the easiest solution.

  • Stable Linux distro with up to date packages
  • You will only notice the downside of a rolling release distribution when using it for years. Large breaking changes might unexpectedly be applied to your system, instead of at fixed points in time like with other distributions.