From 6cecdc0597c233b9375560ec84a9757de638affa Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 15 May 2012 20:56:46 +0200 Subject: [PATCH] [intel/portage] reduce ccache size to 2GB --- conf/intel/portage/make.conf.amd64 | 2 +- conf/intel/portage/make.conf.x86 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index 0d71b04..6fe1ae0 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -13,7 +13,7 @@ MAKEOPTS="-j16 -s" # Portage stuff ACCEPT_KEYWORDS="~amd64" FEATURES="ccache parallel-fetch protect-owned splitdebug" -CCACHE_SIZE="3G" +CCACHE_SIZE="2G" CCACHE_DIR="/var/ccache" LINGUAS="en en_US af ar az bg bn br bs ca cs cy da de el en_GB eo es et eu fa fi fr fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms nb nds nl nn pa pl pt pt_BR ro ru rw se sk sl sr sr@Latn ss sv ta tg tr uk uz vi zh_CN zh_TW es_AR es_ES fy_NL ga_IE gu gu_IN nb_NO nn_NO pt_PT sv_SE zh" diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index 8940ca8..f1cd074 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -13,7 +13,7 @@ MAKEOPTS="-j16 -s" # Portage stuff FEATURES="ccache parallel-fetch protect-owned splitdebug" ACCEPT_KEYWORDS="~x86" -CCACHE_SIZE="3G" +CCACHE_SIZE="2G" CCACHE_DIR="/var/ccache" LINGUAS="en en_US af ar az bg bn br bs ca cs cy da de el en_GB eo es et eu fa fi fr fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms nb nds nl nn pa pl pt pt_BR ro ru rw se sk sl sr sr@Latn ss sv ta tg tr uk uz vi zh_CN zh_TW es_AR es_ES fy_NL ga_IE gu gu_IN nb_NO nn_NO pt_PT sv_SE zh"