Clear memory cache in linux
The below command will remove cache memory
sudo sh -c “sync; echo 3 > /proc/sys/vm/drop_caches”
One Comment
Post a comment
The below command will remove cache memory
sudo sh -c “sync; echo 3 > /proc/sys/vm/drop_caches”
Database Administrator, Blogger, Contributor
Error: Please make sure the Twitter account is public.
![]() | Abdulwajid on Error: loading jvm.dll while i… |
![]() | ashniazi8 on ORA-01552: cannot use system r… |
![]() | Abdul Wajid Khan on EBS Apache Log4J Vulnerab… |
![]() | Pedro Lopes on Database Security Assessment… |
![]() | Mohamed Azar on Remove this file if there is n… |
[root@PCE-DCMS vm]#
[root@PCE-DCMS vm]# sh drop_caches
drop_caches: line 1: 0: command not found
[root@PCE-DCMS vm]#
Please , kindly advise me .. I can’t run that file.