saturnsky / saturn_affinity_python

Programs to optimize the game's performance on CPUs with non-uniform configurations, such as multiple CCX configurations(Highend Ryzen series) or combinations of P+E cores(Highend Intel modern CPUs).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Linux support

saturnsky opened this issue · comments

On Linux, it seems that you can achieve a similar effect with sched_setaffinity.
Given the small percentage of Linux gamers, and the fact that the Linux scheduler has better native behavior than the Windows scheduler, I'm not sure this is a practical concern. I'd love to hear from anyone who has tried adjusting process affinity for gaming on Linux.