I have a general question on whether or not this is expected behavior, or if there's something wrong with my system. I'm running version 9.1.0-STABLE, quad-core processor, 12 GB RAM.
When I execute very CPU-intensive operations for long periods of time, various portions of the system start to become unresponsive. Completely unresponsive, but not crashed. For example, running multithreaded encryption programs utilizing GELI that pull the load on the system up to somewhere between 12 and 15 cause this behavior.
So my question is: is this expected? Or is there a problem I should try to fix? I can work around it by
When I execute very CPU-intensive operations for long periods of time, various portions of the system start to become unresponsive. Completely unresponsive, but not crashed. For example, running multithreaded encryption programs utilizing GELI that pull the load on the system up to somewhere between 12 and 15 cause this behavior.
- For 30-45 minutes at load 12-15, everything works fine (SSH, Apache, ping, console, etc).
- After a few hours at load 12-15, SSH will quit responding, but I can still ping, and the local console works.
- After a few more hours, even the local console will stop responding. And by not responding, I mean, it will not answer any keyboard inputs for days at a time.
- After a few days, pretty much everything is non responsive, but I can still ping the system with very low latency (few ms).
So my question is: is this expected? Or is there a problem I should try to fix? I can work around it by
nice
ing the encryption processes (maybe), or just waiting for the job to complete, so it's not a dealbreaker, just curious what's going on. Thanks!