Skip to content

Commit 1cc4cd5

Browse files
authored
Bump memory requirement for docs site build (#1644)
- Required by #1653 ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent 743d7e4 commit 1cc4cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-and-assemble-website.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
pnpm install
55
pnpm compile
66

7-
NODE_OPTIONS="--max-old-space-size=4096" \
7+
NODE_OPTIONS="--max-old-space-size=6144" \
88
pnpm \
99
--filter 'cursorless-org' \
1010
--filter 'cursorless-org-*' \

0 commit comments

Comments
 (0)