{ "apps": [ { "name": "fuxi-insight-server", "script": "server/bin/www", "cwd": "./", "exec_mode":"cluster", "instance":"1", "max_memory_restart": "1000M", "max_restarts": 15, "out_file": "./logs/output.log", "error_file": "./logs/error.log", "env": { "NODE_ENV": "production" } } ] }