Re: ccache mount location questions
Oleg Sidorkin <[email protected]> Thu, 23 Jul 2026 21:32:12 +0300
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <CAGw+up+DbXOdR-FvKf=Uv9dBGy9gChe-ewEZhuWKYaq6=Naz+A@mail.gmail.com> |
Hi, > > Hi, > > 1. The system is zfs there is no other storage. > > 2. ccache dir is in its usual location /var/cache/ccache > ... > OS is stable/15 recent amd64 64GB RAM I would also enable debug logs for a while and check for suspicious messages there. E.g. I found out that the inode_cache feature is not supported on zfs and gets silently disabled. So I ended up using tmpfs for /var/cache/ccache/tmp because it gave me some speedup. -- Oleg Sidorkin