Commit 943f9b29 by Dominik Prokop Committed by GitHub

CircleCI: Increase nodejs max memory (#22295)

* Increase nodejs max memory

* Indentation

* Update .circleci/config.yml

Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>

* Update .circleci/config.yml

Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
parent b81c8425
...@@ -101,6 +101,10 @@ jobs: ...@@ -101,6 +101,10 @@ jobs:
at: /tmp/workspace at: /tmp/workspace
- checkout - checkout
- run: - run:
name: Increase node memory
command: |
export NODE_OPTIONS=--max_old_space_size=4096
- run:
name: CI job started name: CI job started
command: ./scripts/ci-job-started.sh command: ./scripts/ci-job-started.sh
- run: - run:
...@@ -1169,6 +1173,10 @@ jobs: ...@@ -1169,6 +1173,10 @@ jobs:
steps: steps:
- checkout - checkout
- run: - run:
name: Increase node memory
command: |
export NODE_OPTIONS=--max_old_space_size=4096
- run:
name: prepare build tools name: prepare build tools
command: '/tmp/bootstrap.sh' command: '/tmp/bootstrap.sh'
- run: - run:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment