[#node-LogOversizedDbCache] = xref:node.adoc[node]::LogOversizedDbCache :relfileprefix: ../ :mrdocs: Log a warning when the configured database cache is larger than available RAM allows. == Synopsis Declared in `<node/caches.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void LogOversizedDbCache(xref:ArgsManager.adoc[ArgsManager] const& args) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *args* | Argument manager holding the parsed settings. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#