mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 11:42:35 -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:
|
||||
at: /tmp/workspace
|
||||
- checkout
|
||||
- run:
|
||||
name: Increase node memory
|
||||
command: |
|
||||
export NODE_OPTIONS=--max_old_space_size=4096
|
||||
- run:
|
||||
name: CI job started
|
||||
command: ./scripts/ci-job-started.sh
|
||||
@ -1168,6 +1172,10 @@ jobs:
|
||||
working_directory: /go/src/github.com/grafana/grafana
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Increase node memory
|
||||
command: |
|
||||
export NODE_OPTIONS=--max_old_space_size=4096
|
||||
- run:
|
||||
name: prepare build tools
|
||||
command: '/tmp/bootstrap.sh'
|
||||
|
Loading…
Reference in New Issue
Block a user