Spyke

Replies

Comment on

Rabbit Population

Reply in thread

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.

linux

Comment on

Does Windows virtual machine crash due to low RAM?

Reply in thread

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:

  1. Consider giving less memory to the VM
  2. Ensure you have at least a little swap space configured on Linux
  3. Consider getting more memory
  4. Exit other programs on Linux, especially web browsers