Skip to content
Back to formatted view

Raw Message

Message-ID: <20050802194518.33524.qmail@web40810.mail.yahoo.com>
Date: 2005-08-02T19:45:18Z
From: array chip
Subject: 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?