标签: r memory limit r-daisy
当我收到此错误时,我试图在R中执行命令:
d <- daisy(demo, metric = "gower",stand = FALSE, type = list(), weights = 1) Error: cannot allocate vector of size 2.3 Gb
有没有办法为R分配更多内存?我的Windows是64位R。谢谢!