{
  "apps":[
    {
      "name"            : "wap-front",
      "max_memory_restart": "20480M",
      "script"          : "app.js",
      "error_file"      : "../logs/err.log",
      "out_file"        : "../logs/node.log",
      "ignore_watch" : ["node_modules", ".idea", ".git", "wap-front.log"],
      "merge_logs"      : true,
      "instances"  : 15,
      "node_args"  : "--max-semi-space-size=128",
      "exec_mode"  : "cluster",
      "log_date_format" : "YYYY-MM-DD HH:mm:ss.SSS",
      "vizion": false,
      "deep_monitoring":true,
      "wait_ready": true,
      "listen_timeout" : 10000,
      "kill_timeout" : 10000,
      "env": {
        "PORT": 3005,
        "PORT2": 8000,
        "NODE_ENV": "production",
        "heartBeatMs": 5000,
        "UV_THREADPOOL_SIZE" : 20
      }
    },
    {
      "name"            : "diamond-update",
      "max_memory_restart": "100M",
      "script"          : "diamond.js",
      "error_file"      : "../logs/diamond_stderr.log",
      "out_file"        : "../logs/diamond_stdout.log",
      "ignore_watch" : ["node_modules", ".idea", ".git", "mingyi-front.log"],
      "merge_logs"      : true,
      "instances"  : 1,
      "exec_mode"  : "cluster",
      "log_date_format" : "YYYY-MM-DD HH:mm:ss.SSS",
      "vizion": false,
      "deep_monitoring":true,
      "env": {
        "NODE_ENV": "production"
      }
    }
  ]
}
