mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-02-18 23:34:37 +00:00
7 lines
87 B
Go
7 lines
87 B
Go
//go:build !(linux || darwin)
|
|
|
|
package box
|
|
|
|
func rusageMaxRSS() float64 {
|
|
return -1
|
|
}
|