[vtkusers] ActiviZ | Strange Error | DavidCole
David Cole
dlrdave at aol.com
Wed Feb 12 17:03:53 EST 2014
Ha ha!
Nope. Not tied to me. Just reflecting the names of files in the source
tree on the machine it was built on many moons ago... (Which was mine
when I was still at Kitware, but is now forever built into the
pre-built ActiViz dlls.)
It looks like it's probably an out-of-memory error. If you're going to
run filters on large data sets, you have to be careful of how many
objects you retain at once. Using a full 3D DICOM data set can easily
consume hundreds of Megabytes for each filter.
How much RAM is your process consuming just before the error occurs?
(You can use a tool like Process Explorer to view the "private bytes"
of the process, which is a fairly good indicator of how much memory
you're using.)
HTH,
David
More information about the vtkusers
mailing list