home.social

#cpulimit — Public Fediverse posts

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

  1. @boudah @robpumphrey

    That says that it moved to github.com/opsengine/cpulimit 12 years ago.

    That said, if portability is not a concern, adjusting the max bandwidth of the cpu controllers of a dedicated control group for Chrome processes is the better approach.

    #cpulimit #linux #cgroups

  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