add host requirements

This commit is contained in:
j-dunham
2022-12-13 14:33:04 -05:00
committed by GitHub
parent d023f964e1
commit 9c72eddfff
+6 -1
View File
@@ -4,6 +4,11 @@
"DOCKER_ARGS": "--network=host",
"INSTALLATION_TYPE": "labs"
},
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
"storage": "32gb"
},
"customizations": {
"vscode": {
"settings": {
@@ -16,4 +21,4 @@
}
},
"postCreateCommand": "gh extension install github/gh-actions-importer || echo 'Could not auto-build. Skipping.' "
}
}