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