5#ifndef BITCOIN_KERNEL_CACHES_H 
    6#define BITCOIN_KERNEL_CACHES_H 
static constexpr size_t MAX_BLOCK_DB_CACHE
Max memory allocated to block tree DB specific cache (bytes)
 
static constexpr size_t DEFAULT_KERNEL_CACHE
Suggested default amount of cache reserved for the kernel (bytes)
 
static constexpr size_t DEFAULT_DB_CACHE_BATCH
Default LevelDB write batch size.
 
static constexpr size_t MAX_COINS_DB_CACHE
Max memory allocated to coin DB specific cache (bytes)
 
CacheSizes(size_t total_cache)