Archive for October 26, 2010

drop linux memory cache

Posted: October 26, 2010 in linux

Hi all, I recently found one tips to flush out unused memory to free up more memory. when you see below out put from; [root@test riyas]# free -m total       used       free     shared    buffers     cached Mem:          3990       3181        809          0        448       2228 -/+ buffers/cache:        503       3486 Swap:         9452          0       9452 [root@wapgw2 cdrs]# just do the following [...]