Re: ccache mount location questions
Dag-Erling Smørgrav <[email protected]> Wed, 01 Jul 2026 15:41:36 +0200
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <[email protected]> |
vermaden <[email protected]> writes: > LZ4 will not harm anything and can help. this is usually already set by the installer > # zfs set atime=off zroot/var/cache/ccache this is usually already set by the installer > # zfs set xattr=sa zroot/var/cache/ccache this has no effect since ccache does not use extattrs > # zfs set relatime=off zroot/var/cache/ccache this has no effect since atime is off > # zfs set primarycache=all zroot/var/cache/ccache this is already the default > # zfs set secondarycache=all zroot/var/cache/ccache this is already the default > # zfs set logbias=throughput zroot/var/cache/ccache this has no effect unless the pool has a dedicated log device > # zfs set sync=disabled zroot/var/cache/ccache this has no effect since ccache does not do synchronous I/O DES -- Dag-Erling Smørgrav - [email protected]