From 7c1031cf204cca0ece919e2edb434391b989fde3 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Thu, 23 Jul 2026 02:19:03 +0800 Subject: [PATCH] update ccache.conf --- gentoo_portage/ccache.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gentoo_portage/ccache.conf b/gentoo_portage/ccache.conf index e3541b7..e1451ed 100644 --- a/gentoo_portage/ccache.conf +++ b/gentoo_portage/ccache.conf @@ -1,5 +1,11 @@ # Maximum cache size to maintain -max_size = 20.0G +max_size = 50.0G # Allow others to run 'ebuild' and share the cache. umask = 002 + +compiler_check = %compiler% -dumpversion + +cache_dir = /var/cache/ccache +# chown distcc:portage /var/cache/ccache +# chmod 2775 /var/cache/ccache \ No newline at end of file