Skip to content

Commit 68a4ef5

Browse files
committed
Upscale resources
1 parent 6ab80dc commit 68a4ef5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ct/openwebui.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
88
APP="Open WebUI"
99
var_tags="${var_tags:-ai;interface}"
1010
var_cpu="${var_cpu:-4}"
11-
var_ram="${var_ram:-4096}"
12-
var_disk="${var_disk:-16}"
11+
var_ram="${var_ram:-8192}"
12+
var_disk="${var_disk:-25}"
1313
var_os="${var_os:-debian}"
1414
var_version="${var_version:-12}"
1515
var_unprivileged="${var_unprivileged:-1}"
@@ -76,4 +76,4 @@ description
7676
msg_ok "Completed Successfully!\n"
7777
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
7878
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
79-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}"
79+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}"

frontend/public/json/openwebui.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"script": "ct/openwebui.sh",
2121
"resources": {
2222
"cpu": 4,
23-
"ram": 4096,
24-
"hdd": 16,
23+
"ram": 8192,
24+
"hdd": 25,
2525
"os": "debian",
2626
"version": "12"
2727
}

0 commit comments

Comments
 (0)