[#MAX_DBCACHE_BYTES] = MAX_DBCACHE_BYTES :mrdocs: Maximum total database cache on current architecture (bytes) == Synopsis Declared in `<kernel/caches.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr uint64_t MAX_DBCACHE_BYTES = {sizeof(void*) == 4 ? 1_GiB : std::numeric_limits<uint64_t>::max()}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#