Releasing cached memory in Linux
Under normal circumstances, modern Linux systems try to cache into memory disk data that is accessed often. Sometimes, we have that much memory in the system that our kernel keeps filling up the memory by caching every piece of data we access.
Other times, because of the swappiness factor, active […]
Recent Comments