Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: java.lang.OutOfMemoryError
Date: Mon, 8 Sep 2008 11:15:05 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 14
Message-ID: <ga31fp$9fo$1@fred.mathworks.com>
References: <ga0nja$mpd$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1220872505 9720 172.30.248.37 (8 Sep 2008 11:15:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 8 Sep 2008 11:15:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1338633
Xref: news.mathworks.com comp.soft-sys.matlab:489141



does the error mention heap space? if so, i had a similar problem and increased the maximum allowed space following the instructions at this page:
http://www.mathworks.com/support/solutions/data/1-18I2C.html

Dave

"ufuk " <ufuk172@hotmail.com> wrote in message <ga0nja$mpd$1@fred.mathworks.com>...
> 
> 
> While I am doing calculation on a 57600*9 double matrix but I get java.lang.OutOfMemoryError. How can I  overcome this problem? 
> 
> I have 9 double vectors.Their dimensions are 57600*1 and I try to hold this 9 dim vectors in a matrix 57600*9. While doing this I get java.lang.OutOfMemoryError
> 
> Thanks