This is related to #110 and possibly #145, since the RAM usage depends heavily on the amount of used cores. Currently it seems to be possible that using plotAvgProf with reasonably sized input data terminates on a machine with 8 cores and 32GB of RAM but not on a machine with 16 cores and the same amount of RAM. Limiting the amounts of cores used this might be mitigated.
Please don't hesitate to contact me if there are any questions.
The provided patch makes it possible to use the
ncpus
argument onplotAvgProf
to configure the number of cores that are used for processing.This is related to #110 and possibly #145, since the RAM usage depends heavily on the amount of used cores. Currently it seems to be possible that using
plotAvgProf
with reasonably sized input data terminates on a machine with 8 cores and 32GB of RAM but not on a machine with 16 cores and the same amount of RAM. Limiting the amounts of cores used this might be mitigated.Please don't hesitate to contact me if there are any questions.