sing-box/debug_stub.go

8 lines
75 B
Go
Raw Normal View History

2023-04-22 15:58:25 +08:00
//go:build !linux
2022-08-11 12:41:54 +08:00
2023-04-22 15:58:25 +08:00
package box
2022-08-11 12:41:54 +08:00
func rusageMaxRSS() float64 {
return -1
}