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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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