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