Adjust max-cached-refs in buildgrid config

This commit is contained in:
uazo 2021-10-08 12:10:58 +00:00
parent 6c8e6f2408
commit b791f2928f

View File

@ -37,7 +37,7 @@ instances:
caches: caches:
- !lru-action-cache &build-cache - !lru-action-cache &build-cache
storage: *cas-storage storage: *cas-storage
max-cached-refs: 256 max-cached-refs: 2560
cache-failed-actions: true cache-failed-actions: true
allow-updates: true allow-updates: true
@ -50,6 +50,7 @@ instances:
action-cache: *build-cache action-cache: *build-cache
scheduler: *state-database scheduler: *state-database
max-execution-timeout: 7200 max-execution-timeout: 7200
# permissive-bot-session: True
- !cas - !cas
storage: *cas-storage storage: *cas-storage
@ -57,4 +58,4 @@ instances:
- !bytestream - !bytestream
storage: *cas-storage storage: *cas-storage
thread-pool-size: 5000 thread-pool-size: 500