Skip to content

Commit

Permalink
Raised docker build heap size (#4907)
Browse files Browse the repository at this point in the history
  • Loading branch information
attemka committed Sep 22, 2023
1 parent 2cacb9c commit 2eaa66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
atlas:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: "--max_old_space_size=4096"
NODE_OPTIONS: "--max_old_space_size=6144"
steps:
- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 2eaa66e

Please sign in to comment.