V2bX/core/sing/debug_stub.go

8 lines
76 B
Go
Raw Normal View History

2023-07-27 21:13:11 -04:00
//go:build !linux
package sing
func rusageMaxRSS() float64 {
return -1
}