mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-09 10:33:14 +00:00
8 lines
87 B
Go
8 lines
87 B
Go
//go:build !(linux || darwin)
|
|
|
|
package box
|
|
|
|
func rusageMaxRSS() float64 {
|
|
return -1
|
|
}
|