I have a HP Pavilion Elite e9105f running Ubuntu 11.10 Linux 3.0.0-14-generic x86_64 with unmodified core system. When I try to run some io heavy command such us dmg2img, cp -r, the system becomes very unresponsive and it only functions normally when these commands finish. What could be the problem and how could I fix it?
|
feedback
|
Well, this would be your problem. Running a heavy IO command will divert the majority of system resources to it, including CPU and the bandwidth availability between your system and hard drive. With that in mind, it only makes sense that your computer would be unresponsive. I myself experience this often, usually with video rendering. You could try setting the affinity of the process to use only one or two cores. | |||||
feedback
|