From d30ae1d7551eeb26a5e90cd22064e1e21722bfe1 Mon Sep 17 00:00:00 2001 From: hoseok Date: Sun, 10 Aug 2025 14:24:32 +0900 Subject: [PATCH] fix --- ecosystem.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 0fac238..0c84920 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -4,8 +4,7 @@ module.exports = { name: "comeet", script: "dist/main.js", watch: false, - instances: 3, - exec_mode: "cluster", + instances: 1, max_memory_restart: "256M", output: "/dev/stdout", error: "/dev/stderr",