From 6e123f1dc4d98042bf7023b5640d04d4d76d5f91 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 17 Jul 2019 23:45:45 +0100 Subject: [PATCH] change heap size --- src/Ombi/ClientApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/package.json b/src/Ombi/ClientApp/package.json index 60ba68f22..6cb37e758 100644 --- a/src/Ombi/ClientApp/package.json +++ b/src/Ombi/ClientApp/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve --port 3578 --configuration hmr", - "build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod", + "build": "node --max_old_space_size=2048 node_modules/@angular/cli/bin/ng build --prod", "lint": "ng lint" }, "private": true,