This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
syscall: document Setrlimit behavior change on Go 1.12 on macOS #1766
Labels
bug
hacktoberfest
Good tasks for participation in https://hacktoberfest.digitalocean.com/
help wanted
needs validation
HI
my go version is 1.12.1, if i run command
go run openbazaard.go start
, The error is "error setting ulimit: invalid argument".error comes from func
syscall.Setrlimit()
I this this maybe help "golang/go#30401"
The text was updated successfully, but these errors were encountered: