I use sphinx to build a website. I have four index and every index has almost 30GB.I have to try to make it search quickly, so I try to keep the cache in the memory.It seems that the OS has done it. But after a night(no one search in the night), the cache disappear,even I write a program to keep search and it didn't work.Does some program drop the cache?
How can I keep the cache all the time in debian OS?
By the way,I use debian OS, django, apache2 and mysql to build the website.