home.social

#taskset — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #taskset, aggregated by home.social.

  1. TIL: scx_bpfland Linux scheduler can improve performance

    TIL: scx_bpfland Linux scheduler can improve performance #gaming #linux #schedular #kernel #sched_ext #cpu #pinning #taskset #til

    kbin.melroy.org/m/til/t/717526

  2. oooof.... learning the difference between #taskset and #cpulimit to prevent system overheating has been a painful one! Needless to say, #taskset will lock a process to certain CPU cores, but not limit it's max usage. You can STILL overheat pretty badly! Learned THAT the hard way. #cpulimit on the other-hand, will limit the total CPU power by pausing the process periodically when it goes too high... thus keeping temps down exactly like I needed! #themoreyouknow #linux #cli #bashscripting