We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964433f commit f4367ceCopy full SHA for f4367ce
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": 4,
22
- "memory": "8gb"
+ "cpus": 2,
+ "memory": "4gb"
23
},
24
"forwardPorts": [
25
3306
0 commit comments