MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / SetSuitableRLimit

Function SetSuitableRLimit

internal/utils/rlimit_darwin.go:28–30  ·  view source on GitHub ↗

SetSuitableRLimit set best resource limit value

()

Source from the content-addressed store, hash-verified

26
27// SetSuitableRLimit set best resource limit value
28func SetSuitableRLimit() error {
29 return SetRLimit(4096 * 100) // 1M=100Files
30}

Callers

nothing calls this directly

Calls 1

SetRLimitFunction · 0.70

Tested by

no test coverage detected