Increase memory allocated to node (#27341)

This commit is contained in:
c0ffeeca7 2023-05-09 18:36:27 +02:00 committed by GitHub
parent dd93a3997e
commit 03b977bd51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.vscode/tasks.json vendored
View File

@ -14,10 +14,16 @@
"label": "Preview",
"type": "shell",
"command": "bundle exec rake preview",
"options": {
"env": {
"NODE_OPTIONS": "--max-old-space-size=8192",
},
},
"group": {
"kind": "test",
"isDefault": true,
}
}
]
}