Skip to content

Commit b6a83f4

Browse files
committed
Increase JavaScript heap size
Signed-off-by: Denis Golovin [email protected]
1 parent 9a346f5 commit b6a83f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ node('rhel8'){
1414
stage('Install requirements') {
1515
def nodeHome = tool 'nodejs-lts'
1616
env.PATH="${env.PATH}:${nodeHome}/bin"
17+
env.NODE_OPTIONS: --max_old_space_size=16384
1718
sh "npm ci"
1819
sh "npm install -g vsce"
1920
}

0 commit comments

Comments
 (0)