sing-box/debug_stub.go

8 lines
87 B
Go
Raw Permalink Normal View History

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