From 434a596aa2f70d10ae8fb75e484fdde30491b682 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 21 Apr 2012 20:07:24 +0200 Subject: [PATCH] [intel/portage] reduce /var/ccache max size from 50G to 3G (so to keep it on ssd) --- 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 f376c74..0d71b04 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="50G" +CCACHE_SIZE="3G" 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 32db82d..8940ca8 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="50G" +CCACHE_SIZE="3G" 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"