We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e33e0 commit 9bd61f1Copy full SHA for 9bd61f1
1 file changed
.devcontainer/devcontainer.json
@@ -18,8 +18,8 @@
18
"onCreateCommand": "pip install -e .",
19
"postStartCommand": "MYSQL_VER=8.0 docker compose down && MYSQL_VER=8.0 docker compose up --build --wait",
20
"hostRequirements": {
21
- "cpus": 2,
22
- "memory": "4gb"
+ "cpus": 4,
+ "memory": "8gb"
23
},
24
"forwardPorts": [
25
3306
0 commit comments