RESOLVED FIXED 149463
[WK2][NetworkCache] New entry bodies remain in dirty memory after being written to disk.
https://bugs.webkit.org/show_bug.cgi?id=149463
Summary [WK2][NetworkCache] New entry bodies remain in dirty memory after being writt...
Andreas Kling
Reported 2015-09-22 09:08:31 PDT
It appears that newly cached entries have their body files remain in dirty "mapped file" VM entries until the file is closed. With a little msync() magic we can turn this dirty memory clean.
Attachments
Patch idea (1.83 KB, patch)
2015-09-22 09:37 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-09-22 09:37:23 PDT
Created attachment 261747 [details] Patch idea
WebKit Commit Bot
Comment 2 2015-09-22 10:48:47 PDT
Comment on attachment 261747 [details] Patch idea Clearing flags on attachment: 261747 Committed r190121: <http://trac.webkit.org/changeset/190121>
WebKit Commit Bot
Comment 3 2015-09-22 10:48:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.