Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 
Comment

PREVIOUS NEXT
Code Example
Shell :: nvm install lts 
Shell :: how to install postman in ubuntu 
Shell :: conda install speechrecognition 
Shell :: rails how to check environment 
Shell :: tail docker container logs 
Shell :: show mac address in ubuntu 
Shell :: praspberyr pi remote desktop xrdp install 
Shell :: public ip linux 
Shell :: how to pull and overwrite local changes git 
Shell :: check ports in use windows 8080 
Shell :: rm files with extension 
Shell :: remmina ubuntu 
Shell :: disable ufw 
Shell :: gzip folder with tar 
Shell :: find start up folder 
Shell :: install teamviewer ubuntu 20.04 
Shell :: install nasm ubuntu 
Shell :: ubuntu 20.04 install yarn 
Shell :: how to uninstall vlc in ubuntu 
Shell :: list all ppa repository ubuntu 
Shell :: Exception: Error running pod install 
Shell :: jupyterlab documentation 
Shell :: how to stop running port in ubuntu 
Shell :: npm i mui 
Shell :: flutter download all dependencies 
Shell :: what is Grepper Contributor Coin (GREPCC) 
Shell :: git show origin url 
Shell :: add user to sudoers debian 
Shell :: linux download youtube mp3 
Shell :: free up space ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =