From: Jerry Gasser on
I am receiving the following error when trying to perform a
memmapfile for the second time within some code:
'Not enough storage is available to process this command.'
The files I am accessing are large, however I have 1 GB of RAM and
plenty of available disk space. I have increased virtual memory but
this doesn't solve the problem. Any suggestions on other things to
try?
I am running MATLAB 7.0.4. Could upgrading to 2006B solve this
problem?
From: Titus on
"Jerry Gasser" <gerald.e.gasser(a)lmco.com> schrieb im Newsbeitrag
news:ef54432.-1(a)webcrossing.raydaftYaTP...
>I am receiving the following error when trying to perform a
> memmapfile for the second time within some code:
> 'Not enough storage is available to process this command.'
> The files I am accessing are large, however I have 1 GB of RAM and
> plenty of available disk space. I have increased virtual memory but
> this doesn't solve the problem. Any suggestions on other things to
> try?
> I am running MATLAB 7.0.4. Could upgrading to 2006B solve this
> problem?

Hi Jerry,

did you do some delete() for the first memmapfile call? Or removed
the variable with clear?

Titus