mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-03-11 06:58:13 -04:00
8 lines
76 B
Go
8 lines
76 B
Go
//go:build !linux
|
|
|
|
package sing
|
|
|
|
func rusageMaxRSS() float64 {
|
|
return -1
|
|
}
|