pm2.json 302 B

12345678910111213141516
  1. {
  2. "apps": [{
  3. "name": "you_thinkjs",
  4. "script": "www/production.js",
  5. "cwd": "/home/jiaciwang/Code/tmp/you_thinkjs",
  6. "exec_mode": "cluster",
  7. "instances": 0,
  8. "max_memory_restart": "1G",
  9. "autorestart": true,
  10. "node_args": [],
  11. "args": [],
  12. "env": {
  13. }
  14. }]
  15. }