Node Garbage Collection in SSR React App
I have an _Application _running continuously using PM2.
It is a server side rendered React Application, that hydrate the redux store using a similar technique like this one.
After deploy the Application, the memory in pm2 ls is near 100Mb like in the...