diff --git a/ecosystem.config.js b/ecosystem.config.js index c7b54efb..48c7baaa 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -10,7 +10,7 @@ module.exports = { instances: 1, autorestart: true, watch: false, - max_memory_restart: '250M', + max_memory_restart: '300M', exec_mode: 'cluster', env: { NODE_ENV: 'production'