Skip to content

Commit 8c83bf6

Browse files
Increase memory
1 parent 7c0caf7 commit 8c83bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
VSCODE_LOGS_DIR: ${{ github.workspace }}/artifacts/logs
3232
CURSORLESS_REPO_ROOT: ${{ github.workspace }}
3333
TEMP_DIR: ${{ github.workspace }}/temp
34-
NODE_OPTIONS: "--max-old-space-size=4096"
34+
NODE_OPTIONS: "--max-old-space-size=16384"
3535

3636
steps:
3737
- name: Checkout repository

0 commit comments

Comments
 (0)