mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 18:08:14 -05:00
8 lines
76 B
Go
8 lines
76 B
Go
//go:build !linux
|
|
|
|
package sing
|
|
|
|
func rusageMaxRSS() float64 {
|
|
return -1
|
|
}
|