Open
Bug 1725258
Opened 4 years ago
Updated 10 months ago
Fission: Partition GeckoView content processes into separate pools
Categories
(GeckoView :: General, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: bugzilla, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fission:android:m3])
As outlined in the GeckoView Fission Process Management design doc, we need to partition the pool of available content processes into a fixed-size pool k of non-Fission content processes, and a MOZ_ANDROID_CONTENT_SERVICE_COUNT - k pool of Fission content processes.
Special singleton content processes that are also controlled by ContentParent (such as the extension process) should also be drawn from the non-Fission process pool, so k must be sufficiently large for those use cases (when enabled).
Some of this should already be doable via the existing dom.ipc.processCount.$REMOTE_TYPE pref, though some changes in ContentParent might be necessary as well.
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 1•3 years ago
|
||
Moving Android Fission bugs to the new GeckoView::Sandboxing component.
Component: General → Sandboxing
Updated•1 year ago
|
Component: Sandboxing → General
You need to log in
before you can comment on or make changes to this bug.
Description
•