Bug 304428
| Summary: | [GTK][WPE] Make sure we just use the triggerMemoryPressureEvent with information from the UIProcess for the MemoryPressureHandler | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alejandro G. Castro <alex> |
| Component: | New Bugs | Assignee: | Alejandro G. Castro <alex> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
Alejandro G. Castro
We are using the m_measurementTimer with and the triggerMemoryPressureEvent signaled by the MemoryPressureMonitor at the same time, this is not correct because both have the same goal and the one in the timer uses a suboptimal implementation to check memory usage that causes stops in the main loop of the WebProcess. We want to first use just the one in the MemoryPressureMonitor and later verify how to unify and make it more similar to other platforms.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alejandro G. Castro
Pull request: https://github.com/WebKit/WebKit/pull/55641
Alejandro G. Castro
Closing after bug #305382
Alejandro G. Castro
*** This bug has been marked as a duplicate of bug 305382 ***