I'm running taskset
over a large number of pids (500+). The total time is 30s+. Is there a fast way to set many pids to the same cpu? It doesn't improve performance much to run the taskset processes in parallel.[1] Thanks!
[1] I tried both backgrounding via &
and parallelization via gnu parallel