#include <kernel/caches.h>
#include <util/byte_units.h>
#include <algorithm>
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
◆ DBCACHE_WARNING_RESERVED_RAM
| constexpr uint64_t DBCACHE_WARNING_RESERVED_RAM {2_GiB} |
|
staticconstexpr |
Reserved non-dbcache memory usage.
Definition at line 22 of file caches.h.
◆ DEFAULT_DB_CACHE
-dbcache default (bytes)
Definition at line 20 of file caches.h.
◆ MIN_DB_CACHE
| constexpr uint64_t MIN_DB_CACHE {4_MiB} |
|
staticconstexpr |
min. -dbcache (bytes)
Definition at line 18 of file caches.h.