Bug 35395

Summary: EWS leaks memory slowly
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch levin: review+

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.