@@ -3,7 +3,7 @@
// for the documentation about the tasks.json format
"version": "2.0.0",
"command": "gulp",
- "args": [],
+ "args": ["--max-old-space-size=8192"],
"type": "shell",
"options": {
"cwd": "${workspaceRoot}/Tools/Gulp"