mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-05-31 12:49:22 +00:00
7 lines
85 B
Go
7 lines
85 B
Go
//go:build debug && !linux
|
|
|
|
package main
|
|
|
|
func rusageMaxRSS() float64 {
|
|
return -1
|
|
}
|