Out of memory condition when allocating physical memory (without mapping). (VERR_NO_PHYS_MEMORY).
Код ошибки: NS_ERROR_FAILURE (0x80004005)
Компонент: ConsoleWrap
Интерфейс: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
VM not start on Freebsd 11.3 x64
-
- Posts: 16
- Joined: 14. Apr 2019, 13:44
VM not start on Freebsd 11.3 x64
- Attachments
-
VBox.log
- (39.78 KiB) Downloaded 36 times
-
- Volunteer
- Posts: 5102
- Joined: 14. Feb 2019, 03:06
- Primary OS: Mac OS X other
- VBox Version: PUEL
- Guest OSses: Linux, Windows 10, ...
- Location: Germany
Re: VM not start on Freebsd 11.3 x64
The guest is trying to allocate 256 MB from the host's physical memory for VGA, without success. AFAIK the memory has to be contiguous, and having over 3 GB available, this shouldn't be a problem. Anyway, you could try to start the VM right after starting the host OS, so that the host's physical memory is as little fragmented as possible.VBox log file wrote:00:00:01.347381 Host RAM: 4032MB (3.9GB) total, 3184MB (3.1GB) available
[...]
00:00:02.760506 PDMDevHlpMMIO2Register(0x10000000,) -> VERR_NO_PHYS_MEMORY
00:00:02.760516 PDM: Failed to construct 'vga'/0! VERR_NO_PHYS_MEMORY (-73) - Out of memory condition when allocating physical memory (without mapping).