What level of request journal capping I should use?
I am running a comparison between Wiremock and Hoverfly for my company, and since our principal use for this use case will be to stub api responses, I want to reduce unnecessary use of resources.
Plus, do you suggest that while running with java -jar or within docker I could apply some command line optimisations for the JVM?
The high CPU peak was while running wiremock inside docker-compose: using ctop for about two minutes I saw CPU usage going to 90+% and then it went down to 0-1%, but I was not sending any requests.
The only peculiar thing I did is to share __files and mappings as volumes outside the docker-compose, so I could access them. Do you think it could be this the reason?
Thanks
Raffaele