Cache sizes split between the optional indexes and the kernel (validation) caches.
Declared in <node/caches.h>
struct CacheSizes;
| Name | Description |
|---|---|
index | Cache sizes for the optional block-chain indexes. |
kernel | Cache sizes for the validation kernel (UTXO and block index). |
| Name | Description |
|---|---|
CalculateCacheSizes | Split the configured total database cache across the indexes and kernel caches. |