From 193aaaf0062e1003130af01442711a93db18a47b Mon Sep 17 00:00:00 2001 From: VincentWu <43398706+Xinlong-Wu@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:34:27 +0800 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ef8bc0a60b827e..e96249ecf8d76d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "name": "Standard configuration", "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-riscv64", "hostRequirements": { - "cpus": 8, + "cpus": 4, "memory": "16gb" },