mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-08-01 13:38:02 +00:00
Increase memory allocated to node (#27341)
This commit is contained in:
parent
dd93a3997e
commit
03b977bd51
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@ -14,10 +14,16 @@
|
|||||||
"label": "Preview",
|
"label": "Preview",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "bundle exec rake preview",
|
"command": "bundle exec rake preview",
|
||||||
|
"options": {
|
||||||
|
"env": {
|
||||||
|
"NODE_OPTIONS": "--max-old-space-size=8192",
|
||||||
|
},
|
||||||
|
},
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "test",
|
"kind": "test",
|
||||||
"isDefault": true,
|
"isDefault": true,
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user