rprops/Phenoflow_package

Reduce memory footprint of diversity_rf

Closed this issue · 1 comments

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.