Closed
Bug 1683032
Opened 4 years ago
Closed 4 years ago
When core count is low IdleScheduler will unconditionally schedule idle tasks
Categories
(Core :: DOM: Content Processes, defect, P1)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
References
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/source/ipc/glue/IdleSchedulerParent.cpp#209
If sCPUsForChildProcesses == 1
and we're not running a prioritized operation. Then the idle scheduler will unconditionally schedule a task.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D100300
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Updated•4 years ago
|
Priority: P3 → P1
Pushed by pbone@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5b85d2980d91
Always check active count in IdleSchedulerParent r=smaug
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•