mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
8 lines
87 B
Go
8 lines
87 B
Go
//go:build !(linux || darwin)
|
|
|
|
package box
|
|
|
|
func rusageMaxRSS() float64 {
|
|
return -1
|
|
}
|