From 9ea11e0e266927058284b6e5b6aa1b4220bd759a Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 7 Aug 2023 00:34:26 +0100 Subject: [PATCH] chore: smaller max_memory_restart --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index ad3397f5..71de37b8 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -4,7 +4,7 @@ module.exports = { instances: 2, name: "xlog", script: "./server.js", - max_memory_restart: "4G", + max_memory_restart: "3G", }, ], }