I have Xms1024m -Xmx3072m on my MP where as when I print mem usage in my node.js script I see
mem{ rss: 1045430272, heapTotal: 2863661056, heapUsed: 1045430272 }.
I assume this ~2864 mb is separate but not part of MP memory allocation , true ? If thats true if I have any memory leaks in my node.js will it bring Mp down ?
Solved! Go to Solution.