diff --git a/ecosystem.json b/ecosystem.json index 65d3b30c..18f4f279 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -2,10 +2,9 @@ "apps" : [{ "name" : "tellform", "script" : "/usr/local/bin/grunt", - "instances" : "0", + "instances" : "0", "exec_mode" : "cluster", - "watch": ["app", "public"], - "max_memory_restart : "1G" + "watch": ["app", "public"], }], "deploy" : { "stage" : {