Catching Out Of Memory Exceptions in PowerShell
Catch [System.OutOfMemoryException]{ bla bla bla… }
Catch [System.OutOfMemoryException]{ bla bla bla… }
I was installed Fedora VM in to 8 GB Virtual Disk (vdi) but now I need to resize disk to 16 GB VBoxManage modifyhd “D:\VirtualBox VMs\Fedora\Fedora.vdi” –resize 16384 Now the linux part. You’d have to unmount it to shrink it (which requires a LiveCD / Rescue Mode.) pvresize /dev/sda2 (assuming your LVM partition is sda2. … Read more