From 873527aa61d955632f7eb24a739b891c3b7572bb Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sun, 22 Sep 2024 12:51:29 +0300 Subject: [PATCH] fix(devcontainer): creation fails in codespaces The devcontainer requests 4 CPUs, but default codespaces are limited to 2 CPUs. --- .devcontainer/devcontainer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ac794389..74128fb2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,6 @@ "context": ".." }, "runArgs": [ - "--cpus=4", "--memory=10GB" ], "customizations": {