From bb9e421fb5d4063193ea63c1e4ff5450d9e9fbac Mon Sep 17 00:00:00 2001 From: Alexander Lukin Date: Fri, 27 Oct 2023 15:43:43 +0400 Subject: [PATCH] fix: temporarily increase space size Temporarily increase the `max-old-space-size` param to 8192 to test Holesky deployment --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d866eda6..d64ab954 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "start": "nest start", "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", - "start:prod": "node dist/src/main --trace-warnings --sync --sub-fin-head", + "start:prod": "node dist/src/main --trace-warnings --sync --sub-fin-head --max-old-space-size=8192", "test": "jest --detectOpenHandles --forceExit", "test:watch": "jest --watch", "test:cov": "jest --coverage",