55 | | * preliminary testing shows, that one Monav preprocessor process only uses a single core |
56 | | * to use all the available cores, running multiple processes might be needed |
57 | | * this might result in very big combined RAM usage though |
58 | | * needs to be tested on real data first |
| 55 | * the Monav preprocessor can run in multiple threads |
| 56 | * the repository generator should detect the number of cores and start supply the corresponding number to the preprocessor command line arguments using the ''-t'' option |