Bug 275040
| Summary: | Further reduce IPC message queue size | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Nham <nham> |
| Component: | WebKit2 | Assignee: | Ben Nham <nham> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | commit-queue, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 275275 | ||
| Bug Blocks: | |||
Ben Nham
We should not allocate Mach port message queues since those end up using wired memory. Allocate a smaller message queue size in the kernel and rely on client-side queueing if necessary.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ben Nham
<rdar://problem/127143059>
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/29438
EWS
Committed 279781@main (b6c8d293db31): <https://commits.webkit.org/279781@main>
Reviewed commits have been landed. Closing PR #29438 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 275275