Fix RAM requirements and updated Ubuntu version

This commit is contained in:
Robert Castley 2025-11-06 19:34:12 +00:00
parent d4e3ae1838
commit 20c45e6a43

View File

@ -20,10 +20,10 @@
"script": "ct/splunk-enterprise.sh", "script": "ct/splunk-enterprise.sh",
"resources": { "resources": {
"cpu": 4, "cpu": 4,
"ram": 8096, "ram": 8192,
"hdd": 40, "hdd": 40,
"os": "Ubuntu", "os": "Ubuntu",
"version": "22.04" "version": "24.04"
} }
} }
], ],