V2bX/core/sing/debug_stub.go

8 lines
76 B
Go
Raw Normal View History

2023-07-28 09:13:11 +08:00
//go:build !linux
package sing
func rusageMaxRSS() float64 {
return -1
}