#include <util/byte_units.h>
#include <algorithm>
Go to the source code of this file.
◆ DEFAULT_KERNEL_CACHE
constexpr size_t DEFAULT_KERNEL_CACHE {450_MiB} |
|
staticconstexpr |
Suggested default amount of cache reserved for the kernel (bytes)
Definition at line 13 of file caches.h.
◆ MAX_BLOCK_DB_CACHE
constexpr size_t MAX_BLOCK_DB_CACHE {2_MiB} |
|
staticconstexpr |
Max memory allocated to block tree DB specific cache (bytes)
Definition at line 15 of file caches.h.
◆ MAX_COINS_DB_CACHE
constexpr size_t MAX_COINS_DB_CACHE {8_MiB} |
|
staticconstexpr |
Max memory allocated to coin DB specific cache (bytes)
Definition at line 17 of file caches.h.