This sounds exactly like Linux giving the old OOM killer. Reproduce the problem, then look at the output of sudo dmesg. If it shows something like “OOM killed process”, then yes, that’s the problem.
Do the following:
Consider giving less memory to the VM
Ensure you have at least a little swap space configured on Linux
Consider getting more memory
Exit other programs on Linux, especially web browsers
This sounds exactly like Linux giving the old OOM killer. Reproduce the problem, then look at the output of
sudo dmesg
. If it shows something like “OOM killed process”, then yes, that’s the problem.Do the following: