Skip to content

Commit

Permalink
jenkins: Expand node memory. (keybase#10950)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzila authored Mar 17, 2018
1 parent 3a17d26 commit b4d714d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ helpers.rootLinuxNode(env, {
test_linux_js: { withEnv([
"PATH=${env.HOME}/.node/bin:${env.PATH}",
"NODE_PATH=${env.HOME}/.node/lib/node_modules:${env.NODE_PATH}",
"NODE_OPTIONS=--max-old-space-size=4096",
]) {
dir("shared") {
stage("JS Tests") {
Expand Down

0 comments on commit b4d714d

Please sign in to comment.