Interactive versus batch processes
Interactive versus batch processes
Posted Dec 9, 2010 18:15 UTC (Thu) by walters (subscriber, #7396)In reply to: Interactive versus batch processes by sync
Parent article: Group scheduling and alternatives
chrt --idle 0 ionice -c 3 make -j 64
Posted Dec 10, 2010 14:51 UTC (Fri)
by nix (subscriber, #2304)
[Link] (2 responses)
Posted Dec 10, 2010 15:18 UTC (Fri)
by walters (subscriber, #7396)
[Link]
http://fedorapeople.org/gitweb?p=walters/public_git/homeg...
I picked a high number to emphasize the point basically, but yes, one needs to pick a good -j value.
Posted Dec 10, 2010 20:59 UTC (Fri)
by giraffedata (guest, #1954)
[Link]
Interactive versus batch processes
Interactive versus batch processes
And if you have an exceptionally slow filesystem, also multiply by the expansion factor (single thread total time / CPU time). One one system I use, with a single CPU, I found -j6 gave minimum elapsed time.
make -j level