|
"Mike" <housing2006@gmail.com> wrote in message
<engv4e$sak$1@news.Stanford.EDU>...
>
> "Peter Boettcher" <boettcher@ll.mit.edu> wrote in message
> news:m3slesazcg.fsf@coyote.llan.ll.mit.edu...
> > "Mike" <housing2006@gmail.com> writes:
> >
> >> Hi all,
> >>
> >> I constantly met with "out-of-memory" error. This is
really a headache.
> >> The
> >> Matlab's symbolic toolbox calling Maple seems has a
very large memory
> >> demand
> >> and it does not clear using "clear all"...
> >>
> >> But anyway, I know Matlab always has the 2GB memory
limitation.
> >>
> >> My question is: Suppose I am going to buy a Intel Dual
Core dore, or even
> >> Quad core, I heard thay are 64 bit system.
> >>
> >> And if I buy 8GB or more memory. And use a Matlab 2006b
or 2007a.
> >>
> >> Matlab will never complain "out-of-memory", and I will
get rid of this
> >> headache out of my life, am I right?
> >
> > Basically. Until you start wanting to process 4GB
datasets...
> >
> > Be sure you get a 64-bit OS and 64-bit MATLAB or it
won't help...
> >
> >
> > --
> > Peter Boettcher <boettcher@ll.mit.edu>
> > MIT Lincoln Laboratory
> > MATLAB FAQ: http://www.mit.edu/~pwb/cssm/
>
>
> No I didn't need 4GB dataset. It is not data per se that
consumes memory.
> The Matlab symbolic box which calls Maple also consumes
tremendous memory. I
> am doing some mid-size and time-consuming symbolic
computation, as follows:
>
> (Note I've changed manually the loop into the following
form in order to do
> clear all)
>
> clear all;
> job1;
> clear all;
> job2;
> clear all;
> job3;
> ....
>
> still it leaks memory.... it can finish the job1, and
job2, but at job3, it
> says out of memory...
>
>
I have the same problem. If you check the reserved memory
with Task Manager you can see that Matlab reserves a lot of
memory after the "clear all". More that the 100Mb basic.
I think the symbolic engine leaks the memory what I use
extensively.
Any solution for that?
Cheers,
Laszlo
|