Azertinv

Results 3 comments of 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 ? ![Image](https://github.com/user-attachments/assets/60f74af6-3557-4290-8de0-bef821c3fe53)

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 ```