Page 1 of 1

Virtualbox Error "VERR_NO_LOW_MEMORY"

Posted: Wed Nov 06, 2024 9:43 am
by GiGaBiTe
If you get this error come up when you try to launch a virtual machine in Virtualbox, I've found some information on the internet suggesting that it comes from one of two issues:

1) There isn't a large enough free block of system memory that is contiguous to allocate to the virtual machine trying to be run.
2) There isn't enough swap space to back system memory.

In either case, running this command should fix the problem:

Code: Select all

echo 3 > /proc/sys/vm/drop_caches
This information was picked up from a topic over on Arch forum.
https://bbs.archlinux.org/viewtopic.php?id=298056