From 5623fa1b225e9d429f6a0e0440f497306065d9c0 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 12 Jul 2018 15:19:03 -0700 Subject: [build] Reduce ccache max size --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index b99aa4efbe..e990eed401 100644 --- a/circle.yml +++ b/circle.yml @@ -83,12 +83,12 @@ step-library: echo "$CIRCLE_MERGE_BASE" echo "${CIRCLE_MERGE_BASE:master}" > .circle-merge-base ccache --clear - ccache --max-size=5G - &reset-ccache-stats run: name: Clear ccache statistics command: | ccache --zero-stats + ccache --max-size=2G ccache --show-stats - &show-ccache-stats run: -- cgit v1.2.1