Closed
Bug 49119
Opened 25 years ago
Closed 25 years ago
Cache does not unlink empty cache files
Categories
(Core :: Networking: Cache, defect, P3)
Tracking
()
People
(Reporter: jwbaker, Assigned: neeti)
Details
The cache is leaving a lot of zero-length files laying about in the profile
directory. This happens after the cache has exceeded its maximum size. Old
cache entries are truncated to zero bytes, but not unlinked. Each zero-byte
cache file requires 4069 bytes of disk space for its inode on my Linux system.
Thus, the cache will grow to 512 terabytes, even though I have it limited to 100
kilobytes. That would be bad.
*** This bug has been marked as a duplicate of 42606 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•