Increase default trie cache size to 1GiB (#6546)
The default trie cache size before was set to `64MiB`, which is quite
low to achieve real speed ups. `1GiB` should be a reasonable number as
the requirements for validators/collators/full nodes are much higher
when it comes to minimum memory requirements. Also the cache will not
use `1GiB` from the start and fills over time. The setting can be
changed by setting `--trie-cache-size BYTE_SIZE`.
---------
Co-authored-by: GitHub Action <[email protected]>
parent
ca8beaed
Pipeline
#506342
waiting for manual action
with stages
in
1 hour, 3 minutes, and 28 seconds
Please register or sign in to comment