Bug 35395 - EWS leaks memory slowly
Summary: EWS leaks memory slowly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-25 09:55 PST by Adam Barth
Modified: 2010-02-25 10:18 PST (History)
1 user (show)

See Also:


Attachments
Patch (4.16 KB, patch)
2010-02-25 10:00 PST, Adam Barth
no flags Details | Formatted Diff | Diff
Patch (4.16 KB, patch)
2010-02-25 10:02 PST, Adam Barth
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2010-02-25 09:55:48 PST
EWS leaks memory slowly
Comment 1 Adam Barth 2010-02-25 10:00:58 PST
Created attachment 49503 [details]
Patch
Comment 2 Adam Barth 2010-02-25 10:02:33 PST
Created attachment 49504 [details]
Patch
Comment 3 David Levin 2010-02-25 10:11:14 PST
Comment on attachment 49504 [details]
Patch

fwiw, I'd suggest a short iteration count (like 10) if the restart is automatic and it doesn't hurt things much. This way it should pick up changes to committers (for running the mac build) fairly quickly in an automatic fashion.
Comment 4 Adam Barth 2010-02-25 10:16:33 PST
Committed r55243: <http://trac.webkit.org/changeset/55243>
Comment 5 Adam Barth 2010-02-25 10:18:27 PST
The trade-off with the iteration count is that the bots keeps a bunch of caches to avoid loading the various servers it talks to.  When it exits, we have to re-populate these.  I'll try something like 100, which should be a couple of times a day.