sing-box/debug_stub.go
2023-04-22 19:51:38 +08:00

8 lines
75 B
Go

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