Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ sysinfo
Class
sysinfo
src/config.cpp:383–383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
{
382
#ifdef __linux__
383
struct sysinfo sys;
384
if (sysinfo(&sys) == 0)
385
{
386
// By default it's a little under half the memory. This gives sufficient room for background saving
Callers
1
initializeStorageProvider
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected