Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

clean memory cache on linux

# 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 :: kill local host bash 
Shell :: install react select 
Shell :: install firefox ubuntu 
Shell :: find and stop docker engine mac 
Shell :: docker tail logs 
Shell :: update submodule github 
Shell :: how to change timezone in ubuntu 
Shell :: instal screen di linux 
Shell :: git pull force 
Shell :: how to clone from heroku 
Shell :: install angular 9.1.7 
Shell :: install datetime 
Shell :: install firebase-tools globally yarn 
Shell :: bash: cmake: command not found 
Shell :: add spacer to dock macos 
Shell :: install kazam ubuntu 20.04 
Shell :: how to install npm in ubuntu 
Shell :: install wine ubuntu 
Shell :: jest vscode autocomplete 
Shell :: conda install tensorflow windows 
Shell :: Bash add pause prompt in a shell script with bash pause command 
Shell :: jupyterlab docs 
Shell :: ubuntu stop process on port 
Shell :: install yarn in react native 
Shell :: uninstall chrome kali linux 
Shell :: unable to pub upgrade flutter tool 
Shell :: git name change mac 
Shell :: debian create user 
Shell :: remove home icon ubuntu 
Shell :: thunderbird for linux 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =