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=e3fde615f988cc0bef30fee30c6981d11d8ec1b8;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 98cfc591d2..60e7fc6c4e 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