Re: [Rabbit-proxy-users] Temporary Files
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2007-03-12 23:47:13
|
Hello! Jason Frisvold wrote: > I'm curious about the temporary cache files. As I understood it, > rabbit would automatically clean out unecessary cache files and strive > to attain a specified cache size. That is the basic idea, yes. > However, it seems that my > installation is not following these directives at all and regularly > fills the entire hard drive, resulting in a manual clean. Odd, how much off is it by? Hmmm, when I think about it, rabbit probably only counts the resource data, not the http headers, that may cause the real size to be quite a few times larger than the resource size, especially if you get lots of really small resources. I will think about the correct way to handle this. Probably want to add the header sizes to the cache size. One day I will try to make the header handling better as well... > I have three instances of rabbit running and the current cache sized > are 1.5G, 1.1G, and 750M ... Is this normal? The cache drive is 5 Gig > currently. What happen if you lower the cache sizes? will it stay nicely. How much data do the cache status page say that rabbit holds? Also: what file system do you use? will it waste space for lots of small files (since rabbits cache usually is just that). /robo |