mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-04-12 01:57:18 +10:00
8 lines
75 B
Go
8 lines
75 B
Go
//go:build !linux
|
|
|
|
package box
|
|
|
|
func rusageMaxRSS() float64 {
|
|
return -1
|
|
}
|