There was an error while loading. Please reload this page.
1 parent 629e143 commit ff54b6bCopy full SHA for ff54b6b
commands/limit_darwin.go
@@ -75,8 +75,8 @@ func tweakLimit() {
75
jww.ERROR.Println("Unable to obtain rLimit", err)
76
}
77
if rLimit.Cur < rLimit.Max {
78
- rLimit.Max = 10000
79
- rLimit.Cur = 10000
+ rLimit.Max = 64000
+ rLimit.Cur = 64000
80
err = syscall.Setrlimit(syscall.RLIMIT_NOFILE, &rLimit)
81
if err != nil {
82
jww.WARN.Println("Unable to increase number of open files limit", err)
0 commit comments