--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
I want to limit the size strictly.
That means cache cannot over the limit I configure.
Current option is over that limit.
Thank you Ricardo.
Does writing data into the entry occur during the resource loading before sendng to renderer?
If that, it can degrade loading performance.
Sorry Ricardo, I can't understand your reply. I have some questions...
What it means the "set initial size"? Is it size set by "--disk-cache-size"?
And what the typical overhead means? does this cache amount above total size( by setting --disk-cache-size)?
Thank you! Ricardo.
Finally, I made one modification.
It is a delay time of starting TrimCache().
Chrome can start TrimCache() 5 mins later after starting browser.
I saw that caching is over our limit before reaching 5 mins because our limit is so small.
So we adjusted that value to lower.
Does this worth to making a patch triggering TrimCache() when limit is much over before 5 mins?
Thank you for your kind response.
Simon.