From: Michael Tremer Date: Sun, 2 Jun 2019 21:52:57 +0000 (+0100) Subject: make.sh: Set default ccache size to 4G X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99597de716394f665fa745d4ef3784c5b495d02e;p=people%2Fms%2Fipfire-2.x.git make.sh: Set default ccache size to 4G Since we have now one cache for each architecture, we do not need to make it too large. The largest build (i586 because of the two kernels) uses around 2.5GB after one build. So 4G will give us some space. Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index f2904df08e..72a0b30373 100755 --- a/make.sh +++ b/make.sh @@ -903,7 +903,7 @@ update_contributors() { } # Default settings -CCACHE_CACHE_SIZE="8G" +CCACHE_CACHE_SIZE="4G" ENABLE_RAMDISK="auto" # Load configuration file