Almost all of my memory is being used up by the cache. There are two other posts that suggest this is normal behavior for OpenWRT?
What is in the cache and why is it so big? Should it be flushed on a regular basis like this post says can be done?
Almost all of my memory is being used up by the cache. There are two other posts that suggest this is normal behavior for OpenWRT?
What is in the cache and why is it so big? Should it be flushed on a regular basis like this post says can be done?
Because Linux uses "free" memory to cache files automatically — it's not memory that's "lost" or "wasted."
The cache is mainly:
These caches help reduce read/write latency by keeping frequently accessed data in RAM. Bottomline don't touch this ...
Cool. Thank you!