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 <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-06-02 22:52:57 +01:00
parent f748c79450
commit 99597de716

View File

@@ -903,7 +903,7 @@ update_contributors() {
}
# Default settings
CCACHE_CACHE_SIZE="8G"
CCACHE_CACHE_SIZE="4G"
ENABLE_RAMDISK="auto"
# Load configuration file