]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Set default ccache size to 4G
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Jun 2019 21:52:57 +0000 (22:52 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Jun 2019 21:56:37 +0000 (22:56 +0100)
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 <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index f2904df08ededa8011b114bebb073193f2ec5872..72a0b30373c4c6c37a996d762e926055e2e4cc5a 100755 (executable)
--- 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