Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ vmMapsLimitPath
Function
vmMapsLimitPath
pkg/util/process/collector.go:130–132 ·
view source on GitHub ↗
(procPath string)
Source
from the content-addressed store, hash-verified
128
}
129
130
func
vmMapsLimitPath(procPath string) string {
131
return
filepath.Join(procPath,
"sys"
,
"vm"
,
"max_map_count"
)
132
}
Callers
3
TestProcessCollector
Function · 0.85
getMapsCountLimit
Method · 0.85
isSupported
Function · 0.85
Calls
1
Join
Method · 0.80
Tested by
1
TestProcessCollector
Function · 0.68