1
0
Fork 0
mirror of https://github.com/SagerNet/sing-box.git synced 2025-04-05 04:47:37 +03:00
sing-box/debug_stub.go
2023-12-29 18:00:40 +08:00

7 lines
87 B
Go

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