From 7e5206239ae219a8f751142bd0dbf7fb2eb1f449 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 22 May 2023 07:25:27 -0400 Subject: [PATCH] Update openwrt-vm.sh tweak --- vm/openwrt-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/openwrt-vm.sh b/vm/openwrt-vm.sh index 4cf592e7..dc855fb9 100644 --- a/vm/openwrt-vm.sh +++ b/vm/openwrt-vm.sh @@ -209,7 +209,7 @@ function advanced_settings() { else exit fi - RAM_SIZE=$(whiptail --inputbox "Allocate RAM in MiB" 8 58 1024 --title "RAM" 3>&1 1>&2 2>&3) + RAM_SIZE=$(whiptail --inputbox "Allocate RAM in MiB" 8 58 256 --title "RAM" 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus = 0 ]; then echo -e "${DGN}Allocated RAM: ${BGN}$RAM_SIZE${CL}"