Skip to content

Commit

Permalink
increase codespace size and number of forks
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Jun 18, 2024
1 parent 131a28b commit 0f22ef2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
}
},
"hostRequirements": {
"cpus": 4,
"memory": "16gb",
"storage": "32gb"
"cpus": 8,
"memory": "32gb",
"storage": "64gb"
},
"postCreateCommand": "postCreate.sh",
"workspaceMount": "source=${localWorkspaceFolder}/demos/${containerWorkspaceFolder},target=/${containerWorkspaceFolder},type=bind",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[defaults]
forks = 1
forks = 5
inventory = inventory.yml
jinja2_extensions = jinja2.ext.loopcontrols,jinja2.ext.do,jinja2.ext.i18n
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Demo Details

!!! Success "Container Requirements"
!!! Warning "Container Requirements"

CPUs: 4
Memory: 16 GB
Storage: 32 GB
CPUs: 8
Memory: 32 GB
Storage: 64 GB

:material-checkbox-marked-outline: Works with default Codespaces sizing!
:material-alert-circle-outline:{ .heartbeat } Please request high spec Codespace machines from [Github support](https://support.github.com/) first!

!!! Warning "WARNING!"

Expand Down

0 comments on commit 0f22ef2

Please sign in to comment.