Hi,
I'm using wiremock to mock dependencies in my load test.
It works fine for sometime but under heavy load wiremock starts throwing exceptions
Remotely closed, Too many files open are some of the exceptions I have seen under heavy load.
I have started the Wiremock server programmatically with 500 container threads. I checked ulimit and it seems not bound by the default.
I was wondering if anyone here tried wiremock for load testing and did any sort of tuning ?
Or any ideas around how to tune jetty in wiremock to take load ?
Please let me know if any info is needed.
I am working on a docker image which will help reproduce this issue. I will upload it soon.
Thanks for your time.
regards,
Sagar