Skip to content
Prev 11667 / 398502 Next

memory

On Mon, 11 Jun 2001, Christian Hoffmann wrote:

            
Right.  The message is an old one: the most likely explanation is that
the .RData file is indeed corrupt.  We have seen that a few times,
on NFS-mounted discs on Linux, and it did seem to be network-related.

Another cause is a real memory limit, imposed by the OS rather than R (or
on Windows, via --max-mem-size).  This can happen when moving between
systems and limit/ulimit is in use.  (We have memory limits on user
processes on our compute servers, but not on users' desktop machines.) But
10Mb is not large.
I think you need to change your way of working.  Saving everything in
one workspace after each session is too fragile.  If you have lots of
code or datasets, you can put them in a package.  If you have large
datasets, use a DBMS interface or binary connections or Rstreams to
read them.