added max memory restart

This commit is contained in:
David Baldwynn 2016-05-20 14:13:35 -07:00
parent 2a1a6d5299
commit dee9ac5eb6

View file

@ -1,9 +1,10 @@
{
"apps" : [{
"name" : "tellform",
"script" : "./node_modules/.bin/grunt",
"instances": "4",
"exec_mode": "cluster"
"script" : "./server.js",
"instances": "max",
"exec_mode": "cluster",
"max_memory_restart" : "200M"
}],
"deploy" : {
"stage" : {