View Single Post
Posts: 669 | Thanked: 433 times | Joined on May 2010
#2803
Originally Posted by JadeH View Post
I had that issue before, my N900 kept rebooting everytime it was under "heavy" cpu load from the debian chroot, not sure how that issue even makes sense. It randomly stopped one day and never came back, so I haven't really tried to find a solution for it
echo 3 > /proc/sys/vm/dirty_ratio
echo 60 > /proc/sys/vm/dirty_background_ratio
echo 0 > /proc/sys/vm/dirty_writeback_centisecs
echo 0 > /proc/sys/vm/dirty_expire_centisecs
echo 2039 > /proc/sys/vm/min_free_kbytes
echo 30 > /proc/sys/vm/swappiness
echo 100 > /proc/sys/vm/vfs_cache_pressure
echo 0 > /proc/sys/vm/page-cluster
echo 128 > /sys/block/mmcblk0/queue/nr_requests
echo 128 > /sys/block/mmcblk1/queue/nr_requests

should fix that - many including i had this issue before.
 

The Following User Says Thank You to impeham For This Useful Post: