Skip to content

random forest using party package

3 messages · mushira, David Winsemius, Bhupendrasinh Thakre

#
Hi all,
I am trying out with random forest on party package but am getting an error
saying : cannot allocate vector of size 564." What would be the problem? the
coding as below:
Error: cannot allocate vector of size 564 Kb
my datasets is of  10 independent variables and 72,000 entries.
what should I proceed?



--
View this message in context: http://r.789695.n4.nabble.com/random-forest-using-party-package-tp4641819.html
Sent from the R help mailing list archive at Nabble.com.
#
On Aug 30, 2012, at 4:02 AM, mushira wrote:

            
You appear to have the machine resources to handle the problem, but  
probably have too much other "stuff" (running programs, open windows,  
etc)  in your system at this time that is occupying memory, this  
preventing R from having contiguous memory that can hold your data  
object. You should exit R, restart your computer, do not run any other  
applications, ... restart R and redo this analysis.
#
Have you tried to check memory limit.
You may want to check
Memory.limit()

Although in most of the cases you can extend limit to 4000.

Also as David mentioned try to run only r and force stop others.

Best Regards,

Bhupendrasinh Thakre
Sent from my iPhone
On Aug 30, 2012, at 10:02 AM, David Winsemius <dwinsemius at comcast.net> wrote: