Horje
drop cache ubuntu Code Example
linux memory cache clear
# clear pagecache only.
sync; echo 1 > /proc/sys/vm/drop_caches

# clear dentries and inodes.
sync; echo 2 > /proc/sys/vm/drop_caches

# clear pagecache, dentries and inodes.
sync; echo 3 > /proc/sys/vm/drop_caches 
remove all cache ubuntu
$ sudo apt-get clean
how to clear all the caches in ubuntu
sudo apt-get clean
drop cache ubuntu
sync; echo 2 > /proc/sys/vm/drop_caches




Shell

Related
how to remove filename too long error in git Code Example how to remove filename too long error in git Code Example
how to install react native Code Example how to install react native Code Example
how to remove a remote origin in git and add new Code Example how to remove a remote origin in git and add new Code Example
added changes to a specific commit Code Example added changes to a specific commit Code Example
linux unzupgz files Code Example linux unzupgz files Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14