Log a warning when the configured database cache is larger than available RAM allows.
Synopsis
Declared in <node/caches.h>
void
LogOversizedDbCache(ArgsManager const& args) noexcept;
Parameters
Name |
Description |
args |
Argument manager holding the parsed settings. |
Created with MrDocs