sing-box/debug_stub.go
2023-06-07 20:45:25 +08:00

8 lines
75 B
Go

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