This commit is contained in:
Christof Marti 2021-06-30 08:33:57 +02:00
parent eee8151140
commit 1f1bce226f

View file

@ -32,5 +32,9 @@
// Optionally loads a cached yarn install for the repo
"postCreateCommand": ".devcontainer/cache/restore-diff.sh",
"remoteUser": "node"
"remoteUser": "node",
"hostRequirements": {
"memory": "6gb"
}
}