add host requirements
This commit is contained in:
@@ -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.' "
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user