[Webkit-unassigned] [Bug 122112] Large logs can bring down the webkit master

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 21 15:11:03 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122112





--- Comment #2 from Lucas Forschler <lforschler at apple.com>  2013-10-21 15:09:49 PST ---
I believe this is the stdio of the leaks process that is consuming so much memory.  buildbot streams the stdio from the slave back to the master.  Evidently (maybe?) buildbot does not write this to disk until it is finished.

We don't need this data, so we can hopefully redirect it to /dev/null.   
We should verify we still get the results in the leaks viewer.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list