Skip to content

Commit e84cd1d

Browse files
authored
Increase default RAM allocation from 1024MB to 2048MB
1 parent a819dac commit e84cd1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ct/dashy.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="Dashy"
99
var_tags="${var_tags:-dashboard}"
1010
var_cpu="${var_cpu:-2}"
11-
var_ram="${var_ram:-1024}"
11+
var_ram="${var_ram:-2048}"
1212
var_disk="${var_disk:-6}"
1313
var_os="${var_os:-debian}"
1414
var_version="${var_version:-13}"

0 commit comments

Comments
 (0)