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