Hi i am working with R package consensusclusterplus. And I got this error.
Error: cannot allocate vector of size 10.4 Gb
This is what I tried from the previous posts. But could not resolve. Can someone please help. Thanks. I have only one object in my work space.
memory.limit()
[1] 16062
memory.limit(size=112000)
[1] 112000
tresults = ConsensusClusterPlus(td, maxK=4, reps=100, pItem=0.8, pFeature=1, title=title, clusterAlg="km",distance="euclidean",seed=1262118388.71279,plot=NULL) Error: cannot allocate vector of size 10.4 Gb