You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iBazel - Version v0.10.2
macos mojave 10.14.6
go 1.12.1
Seem to be related to golang/go#30401
First comment says use the workaroud:
if runtime.GOOS == "darwin" && set.Cur > 10240 {
// The max file limit is 10240, even though
// the max returned by Getrlimit is 1<<63-1.
// This is OPEN_MAX in sys/syslimits.h.
set.Cur = 10240
}
getting:
error setting higher file descriptor limit for this process: invalid argument
when running ibazel.
Have to run ulimit -n 10000 manually.
macosx
The text was updated successfully, but these errors were encountered: