본문 바로가기

IT-Consultant

how to diable linux memory cache

Linux use cache for file but oracle process don't need file cache.
Oralce use self cache system(SGA). 

clear memory cache every hour
1 * * * * sync; echo 3 > /proc/sys/vm/drop_caches