Horje
linux memory cache clear 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




Shell

Related
how to download youtube video from command line Code Example how to download youtube video from command line Code Example
pip install pyscopg2 Code Example pip install pyscopg2 Code Example
how to install psql python in ubuntu Code Example how to install psql python in ubuntu Code Example
install Qt5 ubuntu 20.04 Code Example install Qt5 ubuntu 20.04 Code Example
storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied Code Example storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied Code Example

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