mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-13 16:41:11 +03:00
8 lines
87 B
Go
8 lines
87 B
Go
//go:build !(linux || darwin)
|
|
|
|
package box
|
|
|
|
func rusageMaxRSS() float64 {
|
|
return -1
|
|
}
|