From 9525e639366aca18e648b996e5f2358757467d8a Mon Sep 17 00:00:00 2001 From: ThrRip Date: Sat, 23 Sep 2023 21:20:58 +0800 Subject: [PATCH] home: Reduce the memory threshold for restarting to 200M --- packages/home/ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/home/ecosystem.config.js b/packages/home/ecosystem.config.js index 54dcfc2..3ddfc6f 100644 --- a/packages/home/ecosystem.config.js +++ b/packages/home/ecosystem.config.js @@ -5,7 +5,7 @@ module.exports = { script: './.output/server/index.mjs', interpreter: 'bun', port: 22320, - max_memory_restart: '300M', + max_memory_restart: '200M', env: { 'NITRO_PORT': 22320 }