I am using tmpfs with /tmp
directory. However, when i add files, the output of the free -h
shows that the cached
column value will increase as well.
However, i am wondering that page cache usage info is also added into cached
. Does the memory used by files in /tmp
directory can be recycled when we lack of memory just like what we do for page cache.