Linux ate my RAM¶
Linux is borrowing unused memory for disk caching. This makes it look like you are low on "free" memory, but you are not! Everything is fine!
What is disk caching? It is a way for the operating system to use unused RAM to speed up disk access. When you read a file, Linux will keep it in memory so that if you read it again, it can be accessed much faster.