parallelDist
parallelDist copied to clipboard
Kills R-Process on a large matrix
I am on osx using Emacs. Installed the package via install.packages
I am trying to run parDist on a 160544x1800 matrix with 8Gb of RAM.
The process runs for a few minutes and then just kills the R instance, without any other output. From what I saw it is not a memory issue as the max used memory is about 60%.
Any idea how I could debug it in a meaningful way that would help me/you understand what is happening?
same is happening for me. Any updates? using euclidean on a matrix with 680,000 rows and 20 columns, changing n threads does not seem to help.