[Webkit-unassigned] [Bug 81379] NRWT should not take memory used as disk cache into account when deciding how many processes to launch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 16 12:09:14 PDT 2012


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





--- Comment #4 from Eric Seidel <eric at webkit.org>  2012-03-16 12:09:14 PST ---
A slightly better heuristic would be for us to keep launching child processes while we believe we have enough memory and free cores for doing so.

The question that this bug is really asking, is how to get the idea of "free memory" from Mac OS X, which it turns out is neigh impossible. :)

But checking to see if we have enough memory before we launch each child woudl be more robust than the current solution which checks up-front, and guesses how many max children it should use based on that number.

-- 
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