I'm observing the memory usage of my website. Every requests that I have sent to the express server, the memory usage adds up 0.5 MB and it does not lower down after use.
Is it normal?
Does it mean there is a memory leak needed to fixed?
Is the problem is in Express or in Node.js?