Files
sing-box-extended-mirror/cmd/sing-box/debug_stub.go
T

8 lines
85 B
Go
Raw Normal View History

2022-08-11 12:41:54 +08:00
//go:build debug && !linux
package main
func rusageMaxRSS() float64 {
return -1
}