Skip to content

Commit adde719

Browse files
committed
Sociois: Updated virtual box size
1 parent ff55377 commit adde719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/create_vm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ vboxmanage createvm --name $MACHINENAME --ostype "Ubuntu_64" --register --basefo
2828
echo "Setting up the memory and network for created $MACHINENAME virtual machine"
2929
VBoxManage modifyvm $MACHINENAME --ioapic on
3030
VBoxManage modifyvm $MACHINENAME --memory 4096
31-
vboxmanage modifyvm $MACHINENAME --vram 256
31+
vboxmanage modifyvm $MACHINENAME --vram 128
3232
VBoxManage modifyvm $MACHINENAME --nic1 nat
3333
vboxmanage modifyvm $MACHINENAME --cpus 4
3434
vboxmanage modifyvm $MACHINENAME --graphicscontroller VMSVGA
@@ -62,6 +62,6 @@ VBoxManage storageattach $MACHINENAME --storagectl "IDE Controller" --port 1 --d
6262
VBoxManage startvm $MACHINENAME
6363

6464
#Resize the Virtualbox in VM
65-
VBoxManage setextradata "$MACHINENAME" GUI/ScaleFactor 2.5
65+
VBoxManage setextradata "$MACHINENAME" GUI/ScaleFactor 2.0
6666

6767
echo "ISO image booted in Virtualbox.... Start setup process"

0 commit comments

Comments
 (0)