Increase HDD resource allocation from 5 to 10

This commit is contained in:
Michel Roegl-Brunner
2026-03-11 09:31:32 +01:00
committed by GitHub
parent 34d97ea8df
commit 025ee51a5d

View File

@@ -21,7 +21,7 @@
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 5, "hdd": 10,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }