I'm comparing mass spec peaks to create a molecular dendrogram in R Studio. I have 88,336 elements which comprise 48.2 MB total memory. I am running this on a desktop with 64 GB RAM and a Intel(R) Core(TM) i9-9900k CPU @ 3.60 GHz.
I am calculating the distances of the peaks in the igraph
network, 'net' net.dist <- distances(net)
and the computer crashes saying "R session aborted. R encountered a fatal error. The session was terminated."
I don't know enough about computers to remedy this issue. I assume it's because there are so many peaks to calculate, but I also assume the desktop should be able to handle them?
My R Studio session is only at 7.56 GiB during the crashes. The C drive has 513 GB free.