摘要: $ pm2 start app.js # 启动app.js应用程序 $ pm2 start app.js -i 4 # cluster mode 模式启动4个app.js的应用实例 # 4个应用程序会自动进行负载均衡 $ pm2 start app.js --name="api" # 启动应用程序并 阅读全文
posted @ 2020-03-21 10:51 _senjer 阅读(130) 评论(0) 推荐(0)