Status: Untriaged
Owner: ----
Labels: Type-Bug Pri-2 Feature-Enterprise Area-Internals
Feature-Media-Cache Internals-Network-Cache
New issue 136066 by
joaod...@chromium.org: --disk-cache-size switch and
DiskCacheSize policy are ignored
http://code.google.com/p/chromium/issues/detail?id=136066
Version: 22.0.1195.0 (Developer Build 145294)
OS: Mac OS X 10.7
Reproducing with the switch:
- Start chrome with --user-data-dir=/tmp/data --disk-cache-size=10000000
- Open a bunch of websites and observe /tmp/data/Default/Cache blowing up
Reproducing with the policy:
- Set the DiskCacheSize policy to 10000000
- Open a bunch of websites and observe /tmp/data/Default/Cache blowing up
In both cases, chrome://net-internals/#httpCache shows that 10000000 is the
MaxSize but the CurrentSize easily exceeds it after opening ~8 tabs (see
the attached screenshot).
The --media-cache-size switch and MediaCacheSize policy weren't tested but
might have the same issue.
Attachments:
cache.png 71.4 KB