From 025ee51a5d2de5ff29c3853f5fd619b6b2966f63 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Wed, 11 Mar 2026 09:31:32 +0100 Subject: [PATCH] Increase HDD resource allocation from 5 to 10 --- frontend/public/json/tracearr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/tracearr.json b/frontend/public/json/tracearr.json index 4fb66ace7..1f65ae049 100644 --- a/frontend/public/json/tracearr.json +++ b/frontend/public/json/tracearr.json @@ -21,7 +21,7 @@ "resources": { "cpu": 2, "ram": 2048, - "hdd": 5, + "hdd": 10, "os": "Debian", "version": "13" }