Add node memory to allow commit (#23954)

This commit is contained in:
Yosi Levy 2025-01-30 11:06:50 +02:00 committed by GitHub
parent ea57846465
commit e274c5b23f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,9 @@
"DEV_CONTAINER": "1", "DEV_CONTAINER": "1",
"WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}" "WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}"
}, },
"remoteEnv": {
"NODE_OPTIONS": "--max_old_space_size=8192"
},
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [