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 was archived by the owner on Oct 23, 2023. It is now read-only.
Latest Major update (Major Updates #457) modified ananicy.d/00-types.types
Types got renamed and are not backward compatible
users that have rules that are not in this repository will break
Game -> game, Doc-View -> document-viewer etc.
Heavy_CPU, BG_CPUIO and LowLatency_RT got removed, breaking all the rules that use them
Steps to reproduce
systemctl start ananciy.service
journalctl -efu ananicy.service
Example errors:
Error: "type": "Game" not defined
Error: "type": "BG_CPUIO" not defined
Error: "type": "LowLatency_RT" not defined
Error: "type": "Doc-View" not defined
...