hiya,
when executing k6 on macOS, i get errors:
Request failed … write tcp 192.168.0.32:55073->x.x.x.x:443: write: no buffer space available
Can you advise what is the problem here, as i cant seem to get above 10 req/sec
thanks
hiya,
when executing k6 on macOS, i get errors:
Request failed … write tcp 192.168.0.32:55073->x.x.x.x:443: write: no buffer space available
Can you advise what is the problem here, as i cant seem to get above 10 req/sec
thanks
Hi @cneal
Welcome to the community forum
Can you share more details of how you are running k6 on macOS?
You might have reached the limit of FDs (File Descriptors) in your OS, and we can help pinpoint this or any other causes. If you are running a large test, have a look at Running large tests. Without more context it’s difficult to say.
Cheers!