#FreeBSD #shell #hacks I wrap most of my long-running build jobs (like poudriere) in this now:
alias gently 'doas /usr/bin/nice -n 18 /usr/sbin/idprio 29 '
I run with `zfs set -o sync=disabled zroot/poudriere` but have no benchmarks to see if it actually helps.