Skip to content

Commit f4367ce

Browse files
committed
Revert resource requirements
1 parent 964433f commit f4367ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"onCreateCommand": "pip install -e .",
1919
"postStartCommand": "MYSQL_VER=8.0 docker compose down && MYSQL_VER=8.0 docker compose up --build --wait",
2020
"hostRequirements": {
21-
"cpus": 4,
22-
"memory": "8gb"
21+
"cpus": 2,
22+
"memory": "4gb"
2323
},
2424
"forwardPorts": [
2525
3306

0 commit comments

Comments
 (0)