From 29cbf5aa032b236dcdd943082caae1cb4d39d97b Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sun, 29 Dec 2019 22:43:09 +0000 Subject: [PATCH] upped node memory --- src/Ombi/ClientApp/package.json | 2 +- src/Ombi/Ombi.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ombi/ClientApp/package.json b/src/Ombi/ClientApp/package.json index c5583bc37..99f2d80fb 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=2048 node_modules/@angular/cli/bin/ng build --prod", + "build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod", "lint": "ng lint" }, "private": true, diff --git a/src/Ombi/Ombi.csproj b/src/Ombi/Ombi.csproj index a5d91f281..7c0e5b583 100644 --- a/src/Ombi/Ombi.csproj +++ b/src/Ombi/Ombi.csproj @@ -104,7 +104,7 @@ - +