JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for SPM Archives


SPM Archives

SPM Archives


SPM@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

SPM Home

SPM Home

SPM  December 2009

SPM December 2009

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Out of Memory Problem

From:

Robert Welsh <[log in to unmask]>

Reply-To:

Robert Welsh <[log in to unmask]>

Date:

Mon, 14 Dec 2009 09:11:37 -0500

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (191 lines)

matlab's memory usage slowly creeps up when running programs that utilize lots of variables/matrices that can be big. when a matrix is allocated it must be allocated from a contiguous piece of the heap (the available memory), so even though you may not be using any given single large matrix, if you keep reallocating, then memory can be swallowed up. even if you "clear" variables you can run out of memory as these cleared pieces just end up creating a sort-of fragmented heap. matlab does not do automatically packing of variables you have to issue the "pack" command to do that, which will dump all variables to disk, and then clear all variables and then read then pack into the memory, allocating from the heap sequentially. 

-RCW


-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Robert C. Welsh, PhD
Research Assistant Professor
Departments of Radiology and Psychiatry
University of Michigan
(734) - 764 - 8541 (fax)
(734) - 647 - 6781 (Ofc)
rcwelsh @ med.umich.edu
>>> Guillaume Flandin <[log in to unmask]> 12/14/09 9:03 AM >>>
Dear Amir,

as you've noticed, a 64bit MacOS version of Matlab is available since
R2009b:
  http://www.mathworks.com/support/sysreq/roadmap.html
  http://www.mathworks.com/support/sysreq/current_release/macintosh.html
and is supported in SPM8:
  http://www.fil.ion.ucl.ac.uk/spm/software/spm8/#Requirements
  http://en.wikibooks.org/wiki/SPM/Installation_on_64bit_Mac_OS_(Intel)
If your platform is compatible, I would recommend you to install and use
it. I didn't hear any negative feedback from it.
If you want to read more on memory limitations, these links might be useful:
  http://www.mathworks.com/support/tech-notes/1100/1106.html
  http://www.mathworks.com/support/tech-notes/1100/1107.html
Note that this relates to addressable memory and not file sizes, ie you
should also be able to read/write 'large' files with a 32bit Matlab.

While a 64bit Matlab and your 12GB of memory should get you rid of the
"out of memory" errors, this is still not really satisfactory as SPM
functions should not try to have that much data in memory at the same
time. You mentioned that the problem is occurring when doing a M/EEG
"Convert to Images" processing of time-frequency data: what are the
dimensions of the dataset?

Best regards,
Guillaume.


Amir H Javadi wrote:
> Dear Vladimir  :-)
> 
> Thanks for your follow. As I know now, 32bit and 64bit MATLAB
> applications are two different applications. Current version of 64bit
> MATLAB is 2009b. More over, one can run 64bit MATLAB in 32bit mode as
> following; matlab.exe -win32 will start 32 bit MATLAB on Windows, matlab
> -glnx86 will start 32 bit MATLAB on Linux. So, my current decision,
> stick to my current old MATLAB :-) until 64bit MATLAB becomes a little
> bit more conventional.
> 
> Have a good day :-)
> Amir
> 
> 
> 
> 
> 2009/12/14 Vladimir Litvak <[log in to unmask]
> <mailto:[log in to unmask]>>
> 
>     Dear Amir,
> 
>     I suggest that you talk to a Mac expert to make sure that your
>     Matlab is indeed 64-bit. From
>     reading http://www.macworld.com/article/142379/2009/08/snow_leopard_64_bit.html
>     it sounds like it's quite complicated on Mac and actually getting
>     64-bit is a combination of the right hardware, right OS and the
>     right Matlab version and also they say that the OS can run programs
>     in either 64-bit or a 32-bit mode. So perhaps although theoretically
>     you should be ale to get 64 bit, in practice something goes wrong
>     somewhere.
> 
>     Best,
> 
>     Vladimir
> 
>     On 14 Dec 2009, at 09:20, Amir H Javadi wrote:
> 
>>     Dear Torben
>>
>>     It is an interesting command. I receive "MACI". So, it means that
>>     my Mac is 32bit, right? But am I still able to install 64bit
>>     MATLAB? Referring to the MathWorks web
>>     site http://www.mathworks.co.uk/support/faq/macintel64.html my OS
>>     and processors match the system requirements.
>>
>>     Have a good time,
>>     Amir
>>
>>
>>
>>
>>     2009/12/14 Torben Ellegaard Lund <[log in to unmask]
>>     <mailto:[log in to unmask]>>
>>
>>         Dear Robert
>>
>>         What happens if you type:
>>
>>         computer
>>
>>
>>         at the matlab prompt? I you are running the 64 bit version you
>>         should get:
>>
>>         >> computer
>>
>>         ans =
>>
>>         MACI64
>>
>>
>>
>>         Best
>>         Torben
>>
>>
>>
>>         Den 14/12/2009 kl. 06.20 skrev Amir H Javadi:
>>
>>
>>             Dear Robert
>>
>>             Thanks for your reply. I'm working with Mac OS X 10.5.5
>>             which supports 64bit MATLAB.
>>
>>             http://www.mathworks.co.uk/support/faq/macintel64.html
>>
>>             Have a good week :-)
>>             Amir
>>
>>
>>
>>
>>             2009/12/14 Robert C. Welsh <[log in to unmask]
>>             <mailto:[log in to unmask]>>
>>             What type of OS: windoze? Mac osx? Linux? Version of matlab?
>>
>>             To access memory you'll need 64bit matlab and appropriate
>>             os version. Check out mathworks website to get details.
>>
>>             32 bit can get you theoritically 4gig, but I believ 32bit
>>             windoze is built to only support 2gig
>>
>>             Your best bet is 64bit OS and 64bit matlab.
>>
>>             Best
>>
>>             Robert Welsh
>>             ------------------------------
>>             typos due to iPhone.
>>
>>
>>             On Dec 13, 2009, at 1:39 PM, Amir H Javadi
>>             <[log in to unmask] <mailto:[log in to unmask]>> wrote:
>>
>>             Hi :-)
>>
>>             One annoying problem. I so often receive the "Out of
>>             Memory" error message. I have 12GB of memory installed on
>>             my machine and most of the time it is free for at least
>>             4GB. But I feel my MATLAB can't manage to use more than
>>             2GB. What should I do? When ever MATLAB goes over 2GB of
>>             memory usage it gives me the "Out of Memory" error message
>>             and stops.
>>
>>             Have a good time,
>>             Amir
>>
>>             **********************************************************
>>             Electronic Mail is not secure, may not be read every day,
>>             and should not be used for urgent or sensitive issues
>>
>>
>>
> 
> 


-- 
Guillaume Flandin, PhD
Wellcome Trust Centre for Neuroimaging
University College London
12 Queen Square
London WC1N 3BG

**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
2006
2005
2004
2003
2002
2001
2000
1999
1998


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager