Skip to content

Commit c2c5159

Browse files
authored
Kasm: Increase Ressources & Hint for Fuse / Swap (#5112)
* Kasm: Increase Ressources & Hint for Fuse / Swap * extend info
1 parent 46d9f85 commit c2c5159

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ct/kasm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
88
APP="Kasm"
99
var_tags="${var_tags:-os}"
1010
var_cpu="${var_cpu:-2}"
11-
var_ram="${var_ram:-4192}"
11+
var_ram="${var_ram:-8192}"
1212
var_disk="${var_disk:-30}"
1313
var_os="${var_os:-debian}"
1414
var_version="${var_version:-12}"

frontend/public/json/kasm.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"script": "ct/kasm.sh",
2121
"resources": {
2222
"cpu": 2,
23-
"ram": 4096,
23+
"ram": 8192,
2424
"hdd": 50,
2525
"os": "Debian",
2626
"version": "12"
@@ -36,6 +36,10 @@
3636
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
3737
"type": "warning"
3838
},
39+
{
40+
"text": "Kasm needs swap (on Proxmox host) and activated FUSE to be installed successfully!",
41+
"type": "warning"
42+
},
3943
{
4044
"text": "Show password: `cat ~/kasm.creds`",
4145
"type": "info"

0 commit comments

Comments
 (0)