Horje
clear ram 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 
clear ram cache ubuntu
sync && echo 3 | sudo tee /proc/sys/vm/drop_caches
clear ram cache linux
sync; echo 1 > /proc/sys/vm/drop_caches




Shell

Related
gh-pages Code Example gh-pages Code Example
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Code Example xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Code Example
certbot renew Code Example certbot renew Code Example
Cannot find module '@angular-devkit/build-angular/package.json' Docker Code Example Cannot find module '@angular-devkit/build-angular/package.json' Docker Code Example
how to stop gunicorn Code Example how to stop gunicorn Code Example

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