diff --git a/ecosystem.config.js b/ecosystem.config.js index d4e65f3..5f07fcf 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -6,7 +6,7 @@ module.exports = { instances: 1, autorestart: true, watch: false, - max_memory_restart: '1G', + max_memory_restart: '512M', env: { NODE_ENV: 'development' },