Skip to content
Prev 74792 / 398502 Next

memory limit

Hi, is it possible to increase the memory limit to
infinite so that I don't need to worry about whether
it is enough or not? In S-plus, you can do this by
setting:

options( memory = as.integer( Inf ) )

is it possible to do this in R?