From 964f571ce47148b1ab7941abb3783ce56bce54b5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 13 May 2012 08:30:54 +0200 Subject: [PATCH] config/options: set default ccache cache size to 30GB Signed-off-by: Stephan Raue --- config/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/options b/config/options index ba19416cfe..67c3e47fc9 100644 --- a/config/options +++ b/config/options @@ -62,7 +62,7 @@ PROJECT_DIR="$ROOT/projects" # value in gigabytes, megabytes or kilobytes by appending a G, M or K to the # value. The default is gigabytes. The actual value stored is rounded down to # the nearest multiple of 16 kilobytes. - CCACHE_CACHE_SIZE="10G" + CCACHE_CACHE_SIZE="30G" # forcing install of all packages (yes/no) FORCE_INSTALL="no"