Displaying 1 result from an estimated 1 matches for "3992mb".
Did you mean:
392mb
2011 Sep 07
1
randomForest memory footprint
...Max. :1.0000
Max. :1.0000 Max. :1.0000 Max. :1.00000
> mydata1.rf.model2 <- randomForest(x = mydata1.clean[,3:9],y=mydata1.clean[,10],ntree=100)
Error: cannot allocate vector of size 877.2 Mb
In addition: Warning messages:
1: In dim(data) <- dim :
Reached total allocation of 3992Mb: see help(memory.size)
2: In dim(data) <- dim :
Reached total allocation of 3992Mb: see help(memory.size)
3: In dim(data) <- dim :
Reached total allocation of 3992Mb: see help(memory.size)
4: In dim(data) <- dim :
Reached total allocation of 3992Mb: see help(memory.size)
Other techn...