Horje
clear ram linux 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 linux
sudo sync; echo 3 > /proc/sys/vm/drop_caches
clear ram cache linux
sync; echo 1 > /proc/sys/vm/drop_caches
linux how to free memory
echo 2 > /proc/sys/vm/drop_caches




Shell

Related
surge install command Code Example surge install command Code Example
ubuntu update firefox Code Example ubuntu update firefox Code Example
how to find the ~/.zshrc file Code Example how to find the ~/.zshrc file Code Example
linux remove java 11 Code Example linux remove java 11 Code Example
Could not install from "Hussain\AppData\Roaming\npm-cache\_npx\15208" as it does not contain a package.json file. Code Example Could not install from "Hussain\AppData\Roaming\npm-cache\_npx\15208" as it does not contain a package.json file. Code Example

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