Chainstate::ResizeCoinsCaches

Resize the CoinsViews caches dynamically and flush state to disk.

Synopsis

Declared in <validation.h>

[[requires_capability(0x7f9513ab4518), requires_capability(0x7f9502c97588), requires_capability(0x7f95254492b8), requires_capability(0x7f95173ff598)]]
bool
ResizeCoinsCaches(
    size_t coinstip_size,
    size_t coinsdb_size);

Return Value

true unless an error occurred during the flush.

Parameters

NameDescription
coinstip_sizeNew size budget for the in-memory coins cache.
coinsdb_sizeNew size budget for the on-disk coins database cache.