Report whether the configured database cache is large enough to warrant a warning.
Declared in <node/caches.h>
constexpr
bool
ShouldWarnOversizedDbCache(
uint64_t dbcache,
uint64_t total_ram) noexcept;
True if dbcache exceeds the safe fraction of available RAM.
| Name | Description |
|---|---|
| dbcache | The configured database cache size in bytes. |
| total_ram | The total system RAM in bytes. |