feat: add cross-block cache size cli arg (#14305)

This commit is contained in:
Federico Gimenez
2025-02-10 20:31:40 +01:00
committed by GitHub
parent 731b771fa2
commit d9e660bd56
7 changed files with 64 additions and 27 deletions

View File

@ -708,6 +708,11 @@ Engine:
--engine.caching-and-prewarming
Enable cross-block caching and parallel prewarming
--engine.cross-block-cache-size <CROSS_BLOCK_CACHE_SIZE>
Configure the size of cross-block cache in megabytes
[default: 4096]
--engine.state-root-task-compare-updates
Enable comparing trie updates from the state root task to the trie updates from the regular state root calculation