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
![]() | Altaf on Disaster Recovery:Restore data… |
![]() | Calvin on Flashback Data Archive |
![]() | vaibhav hemanshu kan… on ORA-28056: Writing audit recor… |
Wallet open failed on How to Configure Clients to Us… | |
![]() | Abdulwajid on Error: loading jvm.dll while i… |
[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.