From: Michael Tremer Date: Mon, 3 May 2021 15:46:18 +0000 (+0000) Subject: ccache: Increase default cache size to 8GB X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c47ca87d2d01191b2281fdc6937a3d973fedf592;p=people%2Fms%2Fipfire-2.x.git ccache: Increase default cache size to 8GB Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 2b89a0a933..f3020fdc6b 100755 --- a/make.sh +++ b/make.sh @@ -959,7 +959,7 @@ update_contributors() { } # Default settings -CCACHE_CACHE_SIZE="4G" +CCACHE_CACHE_SIZE="8G" ENABLE_RAMDISK="auto" # Load configuration file