Q & A

              total        used        free      shared  buff/cache   available
Mem:        3981820      202180     3600504         852      179136     3565116
Swap:             0           0           0
>>>free
              total        used        free      shared  buff/cache   available
Mem:        3981820      202336     3593204         852      186280     3561364
Swap:             0           0           0
>>>free
              total        used        free      shared  buff/cache   available
Mem:        3981820      203132     3505208         852      273480     3547512
Swap:             0           0           0
  • GNULinux
  • 2 years ago

Install the nocache package:

sudo apt-get install nocache

Then run your process with the nocache command:

nocache whatever

This should control the cache build-up problem at the source.