Reduce memory footprint of diversity_rf
Closed this issue · 1 comments
FMKerckhof commented
When multi-threading with diversity_rf for certain samples the memory footprint gets excessive.
We should consider:
- Profile(profvis) & optimize the code (Rcpp?)
- Set a system-wide 75% RAM cutoff to avoid crashing systems.