From 93e503eb87ef97245a053d791c977526849be7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 8 May 2025 21:41:59 +0200 Subject: [PATCH] Upscale resources (#4329) --- ct/openwebui.sh | 6 +++--- frontend/public/json/openwebui.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ct/openwebui.sh b/ct/openwebui.sh index a4e8de933..0824a7977 100644 --- a/ct/openwebui.sh +++ b/ct/openwebui.sh @@ -8,8 +8,8 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV APP="Open WebUI" var_tags="${var_tags:-ai;interface}" var_cpu="${var_cpu:-4}" -var_ram="${var_ram:-4096}" -var_disk="${var_disk:-16}" +var_ram="${var_ram:-8192}" +var_disk="${var_disk:-25}" var_os="${var_os:-debian}" var_version="${var_version:-12}" var_unprivileged="${var_unprivileged:-1}" @@ -76,4 +76,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}" diff --git a/frontend/public/json/openwebui.json b/frontend/public/json/openwebui.json index c2f1cc75d..462f5a4bf 100644 --- a/frontend/public/json/openwebui.json +++ b/frontend/public/json/openwebui.json @@ -20,8 +20,8 @@ "script": "ct/openwebui.sh", "resources": { "cpu": 4, - "ram": 4096, - "hdd": 16, + "ram": 8192, + "hdd": 25, "os": "debian", "version": "12" }