Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-LemonLime/Project_LemonLime
/ getMaxRSSInByte
Function
getMaxRSSInByte
unix/watcher_linux.cpp:98–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
ssize_t getMemoryRLimit(ssize_t memoryLimitInMB) { return memoryLimitInMB * 1024 * 1024; }
97
98
size_t getMaxRSSInByte(long ru_maxrss) { return ru_maxrss * 1024; }
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected