Posts tagged with 'PM2 cheatsheet'

Found 1 posts tagged with 'PM2 cheatsheet'.

PM2 Cheatsheet

Cheatsheet October 14, 2024

  • Auto-restart when memory usage exceeds the limit.

Monitoring and Logs Management

Inspect logs for CPU or memory overuse

pm2 logs --lines 100
  • Shows the last 100 lines of logs for all apps.