From 1118d025bff898cfcc2fe842889907bb0fed0b93 Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Mon, 30 Jan 2023 21:34:59 +0000 Subject: [PATCH] chore: add hostRequirements in devcontainer --- .devcontainer/devcontainer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3481bdbf..3d1ae9dd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,6 +21,12 @@ } }, + "hostRequirements": { + "cpus": 4, + "memory": "8gb", + "storage": "32gb" + }, + "portsAttributes": { "3000": { "label": "Backend",