help > Memory Errors and Usage
Showing 1-2 of 2 posts
Apr 13, 2010 09:04 PM | Erik Kastman
Memory Errors and Usage
Hi folks,
I'm running out of memory while walking through your Tutorial Dataset on a 6GB Mac Pro. Has memory consumption been an issue for you as well? It seems a little strange that 100MB of images could balloon so greatly. What's the minimum amount of memory required to use this demo? Do you have any plans to make it more memory efficient in the future, or has development stopped (I ask, because this is the first post on NITRC). Thanks for your input,
Erik Kastman
WADRC Neuroimaging Core
brainmap.wisc.edu
(Attached is my malloc error).
I'm running out of memory while walking through your Tutorial Dataset on a 6GB Mac Pro. Has memory consumption been an issue for you as well? It seems a little strange that 100MB of images could balloon so greatly. What's the minimum amount of memory required to use this demo? Do you have any plans to make it more memory efficient in the future, or has development stopped (I ask, because this is the first post on NITRC). Thanks for your input,
Erik Kastman
WADRC Neuroimaging Core
brainmap.wisc.edu
(Attached is my malloc error).
Sep 10, 2010 04:09 PM | Mark Scully
RE: Memory Errors and Usage
The malloc error occurs when running in 32 bit mode because
PredictLesions trys to address more than 4GB of RAM, which isn't
possibly on 32 bit. The short term solution is to use the 64 bit
version of Slicer3 until a refactoring of PredictLesions to address
memory usage can occur.