From b2a96df9d43c2a109ce16708af7b577fcf14e158 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 14 Jan 2020 05:03:31 +0000 Subject: [PATCH] Node memory size decreased edited online with Bitbucket --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 04faa0c22..05de41e0e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -15,7 +15,7 @@ pipelines: - cd ng6-seed - npm install - npm install -g @angular/cli - - node --max_old_space_size=4000 node_modules/@angular/cli/bin/ng build --configuration=staging + - node --max_old_space_size=2046 node_modules/@angular/cli/bin/ng build --configuration=staging - ls -ltr - cd dist - pipe: atlassian/aws-s3-deploy:0.3.8