How to allocate vector greater than 2Gb

609 Views Asked by At

I was trying to carry out a command in R when I received this error:

d <- daisy(demo, metric = "gower",stand = FALSE, type = list(), weights = 1)
  Error: cannot allocate vector of size 2.3 Gb

Is there a way to allocate more memory to R? Mine is a 64 bit R on Windows. Thanks!

0

There are 0 best solutions below