Azertinv
Azertinv
Ok so I've added this to my `~/.config/gamemode.ini` ``` [cpu] park_cores=no pin_cores=no ``` and it fixed the issue I tried both options separately and here is the cpu usage. `pin_cores=yes`...
You guys mention cpu freq heuristics here https://github.com/FeralInteractive/gamemode/issues/352#issuecomment-1843382748 but it doesn't seem to work on my machine ? 
I fixed the cpu pinning by doing it manually for anyone having the same issue, add this to your `~/.config/gamemode.ini` ``` [cpu] park_cores=no pin_cores=0-15 ```