zhangweicheng 5 năm trước cách đây
mục cha
commit
09d3a36331
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pm2.json

+ 1 - 1
pm2.json

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