go-watchdog/sys_other.go

8 lines
83 B
Go

// +build !linux
package watchdog
func ProcessMemoryLimit() uint64 {
return 0
}