mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-25 08:44:56 +02:00
watcharr: Increase default RAM allocation from 1024 to 2048 (#15370)
This commit is contained in:
committed by
GitHub
parent
62b7080477
commit
470c0672fb
+1
-1
@@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
|
||||
APP="Watcharr"
|
||||
var_tags="${var_tags:-media}"
|
||||
var_cpu="${var_cpu:-1}"
|
||||
var_ram="${var_ram:-1024}"
|
||||
var_ram="${var_ram:-2048}"
|
||||
var_disk="${var_disk:-4}"
|
||||
var_os="${var_os:-debian}"
|
||||
var_version="${var_version:-13}"
|
||||
|
||||
Reference in New Issue
Block a user