On 26.01.2012 04:50, Sebastian muniz wrote:
Hello Just loosely related, but I would like to know for sure. When issues squid -k reconfigure Does squid looses the in memory cache? I have a 10 Gybtes RAM cache, and I would hate to loose it.
No reconfigure and rotate do not clear the memory cache. At most it will grow/shrink the files to match the new cache_mem value.
-k restart is the one to avoid. That would clear it. Amos