Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ rss_kb
Function
rss_kb
tests/repro/issue832_rss.py:45–47 ·
view source on GitHub ↗
(pid)
Source
from the content-addressed store, hash-verified
43
44
45
def
rss_kb(pid):
46
out = subprocess.check_output([
"ps"
,
"-o"
,
"rss="
,
"-p"
, str(pid)])
47
return
int(out.strip())
48
49
50
def
make_fixture(d):
Callers
1
run_series
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected