You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Chromium is a multi-process browser and recently I have found that it manages its processes by itself. Depending on the purpose of the process Chromium applies a specific priority value. I have noticed values 0, 10, 19. Considering above, we have 2 problems:
Ananicy applies the same value to all Chromium processes regardless of their purpose
Both Chromium and Ananicy renice the processes one after another slowing down the whole system
As a short-term solution we can remove Chromium rules from Ananicy. As a long-term one I would recommend to consider a possibility of disabling the default rules.
The text was updated successfully, but these errors were encountered:
Chromium is a multi-process browser and recently I have found that it manages its processes by itself. Depending on the purpose of the process Chromium applies a specific priority value. I have noticed values 0, 10, 19. Considering above, we have 2 problems:
You can check the logs in your system:
As a short-term solution we can remove Chromium rules from Ananicy. As a long-term one I would recommend to consider a possibility of disabling the default rules.
The text was updated successfully, but these errors were encountered: