pm2 start app.js -i 4 # cluster mode 模式启动4个app.js的应用实例# 4个应用程序会自动进行负载均衡. 3. $ pm2 start app.js --name="api" # 启动应用程序并命名 ...
確定! 回上一頁