From b791f2928fc2261e6936dbb5ebe822b5bbea995a Mon Sep 17 00:00:00 2001 From: uazo Date: Fri, 8 Oct 2021 12:10:58 +0000 Subject: [PATCH] Adjust max-cached-refs in buildgrid config --- images/terraform-buildgrid/buildgrid.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/images/terraform-buildgrid/buildgrid.yml b/images/terraform-buildgrid/buildgrid.yml index a8c1053..6158b54 100644 --- a/images/terraform-buildgrid/buildgrid.yml +++ b/images/terraform-buildgrid/buildgrid.yml @@ -37,7 +37,7 @@ instances: caches: - !lru-action-cache &build-cache storage: *cas-storage - max-cached-refs: 256 + max-cached-refs: 2560 cache-failed-actions: true allow-updates: true @@ -50,6 +50,7 @@ instances: action-cache: *build-cache scheduler: *state-database max-execution-timeout: 7200 +# permissive-bot-session: True - !cas storage: *cas-storage @@ -57,4 +58,4 @@ instances: - !bytestream storage: *cas-storage -thread-pool-size: 5000 +thread-pool-size: 500