Re: Ccache size for pbuilder
Mikhail Morfikov <mmorfikov@gmail.com> wrote:
> In pbuilder's config file there's an option:
> CCACHEDIR="/var/cache/pbuilder/ccache"
> But there's no option as to size of the cache, the one you can see via
> ccache -s. What is the cache size of the chroot environment? Is there a
> way to set this parameter somehow?
The value is persistant, so, you set it once by hand and that's it. You don't
even need to be inside the chroot to set it, you can just call:
CCACHE_DIR="/var/cache/pbuilder/ccache" ccache -M 16G
And that's it.
--
Saludos,
Maxy
Reply to: