I am playing with memory limits and trying to understand how R allocates 
and increases available memory.

Here is what I have:

> memory.limit()
[1] 536068096
> memory.limit(size = memory.limit()*2)
Error in memory.size(size) : cannot decrease memory limit
> memory.limit(size = 1024^3)
Error in memory.size(size) : cannot decrease memory limit
> memory.limit(size = 1073741824)
Error in memory.size(size) : cannot decrease memory limit
>
> version
         _ 
platform i386-pc-mingw32
arch     i386 
os       mingw32 
system   i386, mingw32 
status 
major    1 
minor    9.1 
year     2004 
month    06 
day      21 
language R 
>

What am I doing wrong here?

Thanks in advance,
Partha


        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to