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