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
It’s making reference to logistic curves and how rabbit populations, which can grow exponentially, will oscillate between a low and high population size.
In short, it explains why some years there are a shit ton of rabbits, and other years, very few.
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: