Error: can not allocate vector of size 5.1 Gb

0

I'm trying to do a logistic regression in R and after almost an hour I get an error message Error: can not allocate vector of size 5.1 Gb I have looked at the memory.limit () and memory.size () functions and this is the result

  

memory.limit ()   12180

     

memory.size ()   76.12

What do I have to do to prevent error? Thanks

    
asked by user105517 31.10.2018 в 19:00
source

0 answers