From 10621c40d3729ac4cc7c32b2768f2cf26390f940 Mon Sep 17 00:00:00 2001 From: jev forsberg Date: Tue, 11 Mar 2025 16:59:39 -0600 Subject: [PATCH] baldm0mma/ annotate mem lim --- .github/workflows/pr-lint-build-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-lint-build-docs.yml b/.github/workflows/pr-lint-build-docs.yml index 4a3154e2a76..056cf593afc 100644 --- a/.github/workflows/pr-lint-build-docs.yml +++ b/.github/workflows/pr-lint-build-docs.yml @@ -28,6 +28,7 @@ jobs: - name: Lint docs run: yarn run prettier:checkDocs env: + # Increase the memory limit for Node.js processes to 8GB to handle the larger docs files NODE_OPTIONS: --max_old_space_size=8192 - name: Build docs website