The guest starts booting up but at some point crashes with an inscrutable "critical error has occurred" dialog. I have to search through the log file to figure out what happened and it turns out to be
Code: Select all
00:00:24.592 Console: VM runtime error: fatal=false, errorID=HostMemoryLow message="Unable to allocate and lock memory. The virtual machine will be paused. Please close applications to free up memory or close the VM"But what is happening here? I would have expected insufficient host memory to be detected when the guest first starts. Is VB allocating host memory dynamically as the guest begins to use parts of its RAM? I can't find any reference to such a "feature".