scjr
Very Senior Member
Just curious and learning. Is allowing the kernel to handle memory management the default behavior of the firmware?I also let the kernel handle the memory management. It does take some getting used to seeing your memory graphs always high. I also believe the system will run better since the kernel does a good job of both caching frequently used pages and managing the memory when an application wants more.
Who am I to disagree with the kernel developers - let them decide when/how to flush/use the memory ;-)