V2bX/core/sing/debug_stub.go
2023-07-28 09:13:11 +08:00

8 lines
76 B
Go

//go:build !linux
package sing
func rusageMaxRSS() float64 {
return -1
}