Hi, On 7/7/08, Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> wrote: > What do you mean by trigger a LRU? That Squid removes the LRU object to > make room for new content? Yes, since it is very easy to fill in 100% of memory cache. Sometimes we might want to know if LRU occur in memory too frequent in a production server, then we might consider adding more memory, or adjust the max. memory object size to reduce LRU for better performance. Thanks.