G
Q
Q
and
M
E

PM2相关命令

超过200M内存自动重启:

pm2 start xxx --max-memory-restart 200M

从2s开始每3s重启一次:

pm2 start xxx --cron-restart "2/3 * * * * *"

当文件内容改变自动重启

pm2 start xxx --watch

不自动重启:

pm2 start xxx --no-autorestart

性能监控:

pm2 monit
posted @ 2023-11-22 11:14  sy0313  阅读(12)  评论(0编辑  收藏  举报