From 0d7f9545470c04cc8648803a595415d148bcf749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= Date: Mon, 24 Mar 2025 20:50:07 +0100 Subject: [PATCH] Fix Bad RAM value --- frontend/public/json/fileflows.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/fileflows.json b/frontend/public/json/fileflows.json index d3b301c..96b4c2a 100644 --- a/frontend/public/json/fileflows.json +++ b/frontend/public/json/fileflows.json @@ -19,7 +19,7 @@ "script": "ct/fileflows.sh", "resources": { "cpu": 2, - "ram": 2, + "ram": 2048, "hdd": 8, "os": "Debian", "version": "12"