From c2c5159a2d79cf1b90aafb4c3174e84c44a81db9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:31:32 +0200 Subject: [PATCH] Kasm: Increase Ressources & Hint for Fuse / Swap (#5112) * Kasm: Increase Ressources & Hint for Fuse / Swap * extend info --- ct/kasm.sh | 2 +- frontend/public/json/kasm.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ct/kasm.sh b/ct/kasm.sh index c02d76373..0d7666bdb 100644 --- a/ct/kasm.sh +++ b/ct/kasm.sh @@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV APP="Kasm" var_tags="${var_tags:-os}" var_cpu="${var_cpu:-2}" -var_ram="${var_ram:-4192}" +var_ram="${var_ram:-8192}" var_disk="${var_disk:-30}" var_os="${var_os:-debian}" var_version="${var_version:-12}" diff --git a/frontend/public/json/kasm.json b/frontend/public/json/kasm.json index e39f855be..73511efb0 100644 --- a/frontend/public/json/kasm.json +++ b/frontend/public/json/kasm.json @@ -20,7 +20,7 @@ "script": "ct/kasm.sh", "resources": { "cpu": 2, - "ram": 4096, + "ram": 8192, "hdd": 50, "os": "Debian", "version": "12" @@ -36,6 +36,10 @@ "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", "type": "warning" }, + { + "text": "Kasm needs swap (on Proxmox host) and activated FUSE to be installed successfully!", + "type": "warning" + }, { "text": "Show password: `cat ~/kasm.creds`", "type": "info"