Adjust max-cached-refs in buildgrid config
This commit is contained in:
parent
6c8e6f2408
commit
b791f2928f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user