Remix.run Logo
csdvrx 3 days ago

Another suggestion: when you want to save power, use irq affinity with /proc/irq/$irq/smp_affinity_list to put them all on one core.

This core will get to sleep less than the others.

You can also use the CPU "geometry" (which cores share cache) to set max frequency on its neighboring cores first, before recruiting the other cores

naveen_k 3 days ago | parent [-]

Thanks for the suggestion. Will check it out.