[Paraview] Large TIFF file import in paraview fails
Mike Jackson
imikejackson at gmail.com
Thu Feb 22 12:49:00 EST 2007
Trying to allocate that many elements at 8 bytes each takes
1,474,563,760 bytes or 1.4 GB. If ParaView was compiled for 32 bit
then you may have reached its limit. I know on my own OS X machine
with when ParaView gets much above 1GB of used RAM I should start
praying..
I don't pretend to know anything about memory management under any of
the Operating Systems. In my naive world, even in 32 bit mode there
should be at minimum about 2GB of Memory available, or 4GB if the
memory pointer that is used is and unsigned 32 bit integer. That is
in my own little world where I understand things. In the real world
it doesn't work that way. Maybe someone can explain it to us.
Cheers
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Feb 22, 2007, at 12:31 PM, Bikash Agarwal wrote:
> Hi All,
>
> I added the vtkTIFFReader class to paraview and tried to open tiff
> files. It worked fine for smaller files of arnd 5-6mb but when i
> tried opening a .tif file of size 65mb, paraview crashed with the
> errror below:
>
> ErrorMessage
> # Error or warning: There was a VTK Error in file: /root/Project/
> ParaView-2.6-Source/VTK/Common/vtkDataArrayTemplate.txx (266)
> vtkIdTypeArray (0xd83f980): Unable to allocate 184320470 elements
> of size 8 bytes.
> ErrorMessage end
>
> I read jack's post about being unable to open large elevation
> files. What might be the issue here? I'm running Paraview 2.6 on a
> fedora core 6 machine with 3GB ram.
>
> thanks,
>
> Bikash Agarwal
> Virtual Reality Group
> MIRARCO
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20070222/fd585f8a/attachment.html
More information about the ParaView
mailing list