From 4442fbf71b9984db94420dbb5bd752c298778285 Mon Sep 17 00:00:00 2001 From: pofider Date: Wed, 26 Oct 2022 19:41:15 +0200 Subject: [PATCH] decrease max-old-space-size=400 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13c7f52..b766ef0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,4 +35,4 @@ RUN npm install --production && \ rm -rf /tmp/* -CMD ["node", "--max-old-space-size=512", "--heapsnapshot-near-heap-limit=3", "server.js"] +CMD ["node", "--max-old-space-size=400", "--heapsnapshot-near-heap-limit=3", "server.js"]