![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
| struct | node::IndexCacheSizes |
| struct | node::CacheSizes |
Namespaces | |
| namespace | node |
Functions | |
| CacheSizes | node::CalculateCacheSizes (const ArgsManager &args, size_t n_indexes) |
| constexpr bool | node::ShouldWarnOversizedDbCache (size_t dbcache, size_t total_ram) noexcept |
| void | node::LogOversizedDbCache (const ArgsManager &args) noexcept |
Variables | |
| static constexpr size_t | MIN_DB_CACHE {4_MiB} |
| min. -dbcache (bytes) More... | |
| static constexpr size_t | DEFAULT_DB_CACHE {DEFAULT_KERNEL_CACHE} |
| -dbcache default (bytes) More... | |
|
staticconstexpr |