Skip to content

Commit 0b953e4

Browse files
fix: changeVersion is running out of memory (#4510)
Problem: In the release pipeline we are getting an error during this stage. Solution: Add more memory Signed-off-by: nkomonen <[email protected]>
1 parent 7a09aab commit 0b953e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildspec/release/10changeversion.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
version: 0.2
22

3+
env:
4+
variables:
5+
NODE_OPTIONS: '--max-old-space-size=8192'
6+
37
phases:
48
pre_build:
59
commands:

0 commit comments

Comments
 (0)