diff --git a/documentation/docs/25-build-and-deploy/50-adapter-static.md b/documentation/docs/25-build-and-deploy/50-adapter-static.md index 28a3e650d617..6e64a68339eb 100644 --- a/documentation/docs/25-build-and-deploy/50-adapter-static.md +++ b/documentation/docs/25-build-and-deploy/50-adapter-static.md @@ -141,6 +141,9 @@ jobs: - name: build env: BASE_PATH: '/your-repo-name' + # Uncomment this if you encounter a "heap out of memory" error + # CF https://github.com/actions/runner-images/issues/70 + # NODE_OPTIONS: '--max-old-space-size=4096' run: | npm run build touch build/.nojekyll