Crash while loadtesting

While load testing, Got this error :

FATA[0576] listen(“:12346”): accept tcp [::]:12346: accept4: too many open files
package=worker

using this command from loadtest of benchmarks repo :
./loadtest --ip http://10.240.0.3:8080/query --numuser 100 --numreq 100

Was this on GCE machine? What’s the ulimit?

Yes, this was on GCE. Hard ulimit of 65536, Soft ulimit of 1024.

Yeah, you should increase the hard limit to millions:

http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.