From b120d9d89aeabe9840daf1b76d5a7fc301ddd843 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Wed, 30 Apr 2025 17:33:07 +0200 Subject: [PATCH] config --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },