From b715ef3bfc9a460a4cb0ce31ac1f7aa9512821df Mon Sep 17 00:00:00 2001 From: advplyr Date: Mon, 17 Jul 2023 07:48:23 -0500 Subject: [PATCH] Increase heap size to 4gb in Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4a8e87aa..32251b9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ FROM sandreas/tone:v0.1.5 AS tone FROM node:16-alpine ENV NODE_ENV=production +ENV NODE_OPTIONS=--max-old-space-size=4096 + RUN apk update && \ apk add --no-cache --update \ curl \