From 20c45e6a4348eac3a987db294fee33a44f065daf Mon Sep 17 00:00:00 2001 From: Robert Castley Date: Thu, 6 Nov 2025 19:34:12 +0000 Subject: [PATCH] Fix RAM requirements and updated Ubuntu version --- frontend/public/json/splunk-enterprise.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/splunk-enterprise.json b/frontend/public/json/splunk-enterprise.json index d13c25c5b..d0c4e436b 100644 --- a/frontend/public/json/splunk-enterprise.json +++ b/frontend/public/json/splunk-enterprise.json @@ -20,10 +20,10 @@ "script": "ct/splunk-enterprise.sh", "resources": { "cpu": 4, - "ram": 8096, + "ram": 8192, "hdd": 40, "os": "Ubuntu", - "version": "22.04" + "version": "24.04" } } ],