zhangweicheng 5 years atrás
parent
commit
09d3a36331
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pm2.json

+ 1 - 1
pm2.json

@@ -1,7 +1,7 @@
 {
 {
   "apps": {
   "apps": {
       "name": "constructioncost",
       "name": "constructioncost",
-      "script": "--max-old-space-size=2048 server.js",
+      "script": "server.js",
       "output": "/home/logs/out.log",
       "output": "/home/logs/out.log",
       "error": "/home/logs/out.log",
       "error": "/home/logs/out.log",
       "exec_mode": "cluster_mode",                
       "exec_mode": "cluster_mode",