agmission/Others/scripts/jsreport-pm2.json

19 lines
390 B
JSON
Executable File

{
"apps": [
{
"name": "jsreport",
"script": "server.js",
"node_args" : ["--max-old-space-size=1048", "--nouse-idle-notification"],
"watch": false,
"exec_mode": "fork",
"instances": 1,
"cwd": "/media/ssd1/jsreport",
"merge_logs": true,
"env": {
"NODE_ENV": "production"
},
"log_date_format": ""
}
]
}