Linux Memory Management or 'Why is there no free RAM?'
An excellent article about Linux MM. In Linux, the kernel cached accessed data in free RAM, so it seems that there is a little free RAM when you use "free -m" command to see how many free RAM are available in system. Get the idea: the cached memory is also "free".
An excellent article about Linux MM. In Linux, the kernel cached accessed data in free RAM, so it seems that there is a little free RAM when you use "free -m" command to see how many free RAM are available in system. Get the idea: the cached memory is also "free".