MCPcopy 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

96ssize_t getMemoryRLimit(ssize_t memoryLimitInMB) { return memoryLimitInMB * 1024 * 1024; }
97
98size_t getMaxRSSInByte(long ru_maxrss) { return ru_maxrss * 1024; }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected