Hello everyone,
I would like to do a classification but I have this error :
cah_souscrip_4comp<-HCPC(acp_souscrip_4comp)
Error: cannot allocate vector of size 65.2 Gb
The size of my file is :
object.size(acp_souscrip_4comp)
65628440 bytes
So almost 66Mb. How this could need to allocate a vector bigger than 65.2 Gb ?
I'm using 64-bit version of RStudio. I've tried to use various packages such as bigmemory (even it's not that big), to change the limit using memory.limit() :
memory.limit()
[1] 1e+10
Always same error. I don't find any solution on forums, except the ones I've tried but didn't work for me.
Numbers of rows : 132 265 obs. I would like to keep all of them if possible, I don't feel like this is huge.
Could you help me please ?
Emilie.