MCPcopy 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
130func vmMapsLimitPath(procPath string) string {
131 return filepath.Join(procPath, "sys", "vm", "max_map_count")
132}

Callers 3

TestProcessCollectorFunction · 0.85
getMapsCountLimitMethod · 0.85
isSupportedFunction · 0.85

Calls 1

JoinMethod · 0.80

Tested by 1

TestProcessCollectorFunction · 0.68