Use universally available hostRequirements

This commit is contained in:
Brian McManus 2022-08-08 16:18:07 -06:00 committed by GitHub
parent dbcc38270b
commit e8130fe9bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@
"onCreateCommand": "bundle install --local", "onCreateCommand": "bundle install --local",
"postCreateCommand": "", "postCreateCommand": "",
"hostRequirements": { "hostRequirements": {
"cpus": 8, "cpus": 4,
"memory": "16gb", "memory": "8gb",
"storage": "32gb" "storage": "32gb"
}, },
"codespaces": { "codespaces": {