Increase disk allocation for OpenWebUI and Ollama to prevent installation failures (#11920)

This commit is contained in:
Copilot
2026-02-15 00:23:05 +01:00
committed by GitHub
parent fe0fc4231a
commit 00b543c5b6
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
"resources": {
"cpu": 4,
"ram": 4096,
"hdd": 35,
"hdd": 40,
"os": "Ubuntu",
"version": "24.04"
}

View File

@@ -21,7 +21,7 @@
"resources": {
"cpu": 4,
"ram": 8192,
"hdd": 25,
"hdd": 50,
"os": "debian",
"version": "13"
}