seer-lab/MutationScorePredictor

Dynamically select a reliable number of tasks for mutation testing

kevinjalbert opened this issue · 0 comments

There are current issues with running out of memory when performing the mutation testing tasks. To avoid this a dynamic approach will be used to select a reliable number of task to use for mutation testing (max_memory / memory_for_tests) that is still under (max_cores).