Actions
Bug #1301
closedSquid package become unusable through time if we use large disk cache
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Squid
Target version:
-
Start date:
02/21/2011
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
This happens when we use the default path for the cache dir (/var/squid/cache).
The function squid_resync() calls squid_chown_recursive() for the directory /var/squid, which can takes ages to go through the cache subdirectory.
I don't really know what would be the "perfect" way to fix this, but my first idea of workaround is to put the cache directory outside /var/squid.
Thanks
Actions