mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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>
This commit is contained in:
parent
b81c842510
commit
943f9b29ec
@ -100,6 +100,10 @@ jobs:
|
|||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /tmp/workspace
|
at: /tmp/workspace
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: Increase node memory
|
||||||
|
command: |
|
||||||
|
export NODE_OPTIONS=--max_old_space_size=4096
|
||||||
- run:
|
- run:
|
||||||
name: CI job started
|
name: CI job started
|
||||||
command: ./scripts/ci-job-started.sh
|
command: ./scripts/ci-job-started.sh
|
||||||
@ -1168,6 +1172,10 @@ jobs:
|
|||||||
working_directory: /go/src/github.com/grafana/grafana
|
working_directory: /go/src/github.com/grafana/grafana
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: Increase node memory
|
||||||
|
command: |
|
||||||
|
export NODE_OPTIONS=--max_old_space_size=4096
|
||||||
- run:
|
- run:
|
||||||
name: prepare build tools
|
name: prepare build tools
|
||||||
command: '/tmp/bootstrap.sh'
|
command: '/tmp/bootstrap.sh'
|
||||||
|
Loading…
Reference in New Issue
Block a user