Page 1 of 1

VM not start on Freebsd 11.3 x64

Posted: 11. Aug 2019, 15:13
by nikitastepanov
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}

Re: VM not start on Freebsd 11.3 x64

Posted: 6. Sep 2019, 00:07
by fth0
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).
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.