Finding a memory leak in ReactJS/NextJS/ApolloClient Web App Finding a memory leak in ReactJS/NextJS/ApolloClient Web App kubernetes kubernetes

Finding a memory leak in ReactJS/NextJS/ApolloClient Web App


You can use Jmeter to bombard number of requests but you have to create script (covering all the application journeys) in Jmeter before doing that. Moreover, you should also know your user load and how many hits/per second your pod is getting because you have to use similar settings in Jmeter to replicate memory leak.Apart from that, you would also require profiling tools such as jprofiler on the server end to understand which part of the code is causing memory leakage.