Changes between Version 9 and Version 10 of mycroft_mark-2_gui_qt5.11
- Timestamp:
- 04/15/20 20:48:54 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mycroft_mark-2_gui_qt5.11
v9 v10 153 153 }}} 154 154 in the process above. 155 When you are using distcc then you can calcul late the proper amounstof jobs like this:155 When you are using distcc then you can calculate the proper number of jobs like this: 156 156 (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: 157 157 * make -j33 -l4