how to clear memory in ubuntu 18.04
# 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 sudo sync; echo 3 > /proc/sys/vm/drop_caches# Clear PageCache, dentries and inodes.
sync; echo 3 > /proc/sys/vm/drop_caches
sync; echo 1 > /proc/sys/vm/drop_caches
sync; echo 2 > /proc/sys/vm/drop_caches
Also in C++:
- centos selinux set permissive
- default port ftp
- how to revert a commit
- how to activate virtual environment using ubuntu
- linux check which app is using network
- install zsh hyper mac
- view hex values of file
- - Installation request for jenssegers/mongodb ^3.6 -> satisfiable by jenssegers/mongodb[v3.6.0, v3.6.1, v3.6.2, v3.6.3, v3.6.4]. - Conclusion: don't install laravel/framework v7.22.4
- git fetch prune
- git supprimer branche origin
- install notion enhancer
- updating vscode on ubuntu
- terraform fmt
- git clean local remote branch
- python3 pip install
- how to assign a value to a variable in batch script using powershell
- how to ignore folder in gitignore duplicate
- libevent ubuntu install
- how to add alias in linux
- install material ui lab
- how to instal psql linux
- merge branch to master
- roll back last commit in git
- find files created in last 20 days