mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-31 21:18:03 +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",
|
||||
"type": "shell",
|
||||
"command": "bundle exec rake preview",
|
||||
"options": {
|
||||
"env": {
|
||||
"NODE_OPTIONS": "--max-old-space-size=8192",
|
||||
},
|
||||
},
|
||||
"group": {
|
||||
"kind": "test",
|
||||
"isDefault": true,
|
||||
}
|
||||
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user