Skip to content

Commit 33c396f

Browse files
authored
Merge pull request #5478 from plotly/set-node-space-all
Set default max memory usage for all node.js processes on CircleCi
2 parents 89e27be + 071d76e commit 33c396f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
working_directory: ~/plotly.js
1515
steps:
1616
- checkout
17+
- run:
18+
name: set heap option before very first node.js call
19+
command: |
20+
export NODE_OPTIONS='--max-old-space-size=4096'
1721
- run:
1822
name: Install dependencies
1923
command: |

0 commit comments

Comments
 (0)