Skip to content

Commit

Permalink
Add node memory to allow commit (#23954)
Browse files Browse the repository at this point in the history
  • Loading branch information
yosilevy authored Jan 30, 2025
1 parent ea57846 commit e274c5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"DEV_CONTAINER": "1",
"WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}"
},
"remoteEnv": {
"NODE_OPTIONS": "--max_old_space_size=8192"
},
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit e274c5b

Please sign in to comment.