Skip to content

Commit 392d50f

Browse files
committed
last try out
1 parent 66d9bf6 commit 392d50f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-on-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11-
# env:
12-
# NODE_OPTIONS: '--max-old-space-size=8192'
1311

1412
steps:
1513
- name: Checkout code
@@ -37,6 +35,8 @@ jobs:
3735

3836
# Use 128MB per thread until it's recycled
3937
DOCUSAURUS_SSG_WORKER_THREAD_RECYCLER_MAX_MEMORY: '134217728'
38+
39+
NODE_OPTIONS: '--max-old-space-size=12288'
4040

4141
- name: Upload build artifacts
4242
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)