![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <kernel/caches.h>#include <util/byte_units.h>#include <algorithm>#include <cstddef>#include <cstdint>Go to the source code of this file.
Classes | |
| struct | node::IndexCacheSizes |
| struct | node::CacheSizes |
Namespaces | |
| namespace | node |
Functions | |
| uint64_t | node::GetDefaultDBCache () |
| CacheSizes | node::CalculateCacheSizes (const ArgsManager &args, size_t n_indexes) |
| constexpr bool | node::ShouldWarnOversizedDbCache (uint64_t dbcache, uint64_t total_ram) noexcept |
| void | node::LogOversizedDbCache (const ArgsManager &args) noexcept |
Variables | |
| constexpr uint64_t | DBCACHE_WARNING_RESERVED_RAM {2_GiB} |
| Reserved non-dbcache memory usage. More... | |