Does max_memory_restart trigger based on RSS or Heap usage?
PM2 provides the max_memory_restart option to automatically reboot a process when it exceeds a specific memory threshold. This is often used as a safeguard against gradual memory leaks in Node.js applications. In a production environment using PM2 v5.x, there is uncertainty regarding which specific memory metric the process manager monitors to trigger this r