Posts tagged with 'PM2 cheatsheet'
Found 1 posts tagged with 'PM2 cheatsheet'.
Adblocker Detected
It looks like you're using an adblocker. Our website relies on ads to keep running. Please consider disabling your adblocker to support us and access the content.
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.