Changes between Version 9 and Version 10 of mycroft_mark-2_gui_qt5.11


Ignore:
Timestamp:
04/15/20 20:48:54 (4 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mycroft_mark-2_gui_qt5.11

    v9 v10  
    153153}}}
    154154in the process above.
    155 When you are using distcc then you can calcullate the proper amounst of jobs like this:
     155When you are using distcc then you can calculate the proper number of jobs like this:
    156156(N = total number of cores(local+remote) * 2 + 1, M=number of cores local). for me (3 buildhosts + the Pi) this is N=(4+4+4+4)*2+1=33, M=4 so I run the build with:
    157157* make -j33 -l4