VM crashes after a few minutes

Discussions related to using VirtualBox on Windows hosts.
Post Reply
augustin
Posts: 1
Joined: 21. Jul 2021, 12:14

VM crashes after a few minutes

Post by augustin »

Hello !

I am really sorry, but I am having a hard time understanding my issue with my virtual machine. I have no clue of what the issue might be, so I am trying a post here as I did not find a relevant existing topic by myself.

Does anyone is able to give me a hint on the issue based on the attached logs?

What happens?

Starting today, my VM ends up crashing after a few minutes of use. I use it as a development machine, and it crashed each time I tried to use it while doing a different thing: running a Golang code, using Intellij or requesting a local database using MySQL Workbench.

- No recent update on host Windows side
- No recent update on guest Ubuntu side
- This VM has been working for the last 2 years on different host Windows machines

Obviously I did something wrong. I just can't figure out what yet.

Note: I updated to VirtualBox 6.1.22 this morning while trying to fix the issue. I was in another 6.1 before (don't' know which one)

System configuration

- Host: Windows 10 (64bit), 16GB RAM, 100GB free on C: (where my VM is)
- Guest: Ubuntu 20 (64bit), 11166 MB RAM, 120GB virtual size (112,76 GB used)
- Guest Additions installed (6.1.22)
- VirtualBox v6.1.22
Attachments
Logs.zip
VirtualBox logs
(54.18 KiB) Downloaded 12 times
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: VM crashes after a few minutes

Post by scottgus1 »

The guru meditated over VERR_NO_PAGE_MEMORY, which is probably caused by asking more RAM than the host had available:
00:00:02.838968 Host RAM: 16235MB (15.8GB) total, 10307MB (10.0GB) available
00:00:02.978563 RamSize <integer> = 0x00000002b9e00000 (11 708 399 616, 11 166 MB, 10.9 GB)
00:00:02.978752 VRamSize <integer> = 0x0000000008000000 (134 217 728, 128 MB)
Reduce VM RAM or stop host programs to free up enough RAM.
Post Reply