From 1dce769200a36b747add8c83c5a9328b56b37d03 Mon Sep 17 00:00:00 2001 From: Parthiban0706 Date: Thu, 24 Jul 2025 14:22:28 +0530 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d0cc8bc4..55f3c543 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,9 +8,9 @@ "dockerfile": "Dockerfile" }, "hostRequirements": { - "cpus": 8, - "memory": "32gb", - "storage": "64gb" + "cpus": 4, + "memory": "16gb", + "storage": "32gb" }, "features": { "ghcr.io/devcontainers/features/azure-cli:1": {