I have 1 microservice developed based on wso2 msf4j(on java) This microservice runs very well when there is small amount of requests. But after increasing the amount of requests, I saw it became crashed. I can't see anything in logs(the log4j mode is TRACE). I can guess this is memory problem, because the free memory in high amount of requests is very small ( 10Mb), but I am not sure that was the such reason for that crash.
Is there anyway to understand the exact reason of this issue ?