Can anyone please tell me why the TIFF reader allocates 8 bytes to each element?? This is resulting in very slow rendering of TIFF files and the inability to open larger ones.<br><br><span class="e" id="q_110ea929f2b80026_3">
ErrorMessage<br># Error or warning: There was a VTK Error in file: /root/Project/ParaView-2.6-Source/VTK/Common/vtkDataArrayTemplate.txx (266)<br>&nbsp;vtkIdTypeArray (0xd83f980): Unable to allocate 184320470 elements of size 8 bytes. 
<br>ErrorMessage end<br><br>-bikash<br><br></span><br><div><span class="gmail_quote">On 2/22/07, <b class="gmail_sendername">Mike Jackson</b> &lt;<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="">Trying to allocate that many elements at 8 bytes each takes&nbsp;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..&nbsp;<div><br></div><div>I don&#39;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&#39;t work that way. Maybe someone can explain it to us.
</div><div><br></div><div>Cheers<br><div> <span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Bitstream Vera Sans; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<div style="margin: 0px;">--&nbsp;</div><div style="margin: 0px;">Mike Jackson &nbsp; Senior Research Engineer</div><div style="margin: 0px;">Innovative Management &amp; Technology Services</div><br></span> </div><br><div><div><span class="e" id="q_110ea929f2b80026_1">
<div>On Feb 22, 2007, at 12:31 PM, Bikash Agarwal wrote:</div><br></span></div><blockquote type="cite"><div><span class="e" id="q_110ea929f2b80026_3">Hi All,<br><br>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: 
<br><br>ErrorMessage<br># Error or warning: There was a VTK Error in file: /root/Project/ParaView-2.6-Source/VTK/Common/vtkDataArrayTemplate.txx (266)<br>&nbsp;vtkIdTypeArray (0xd83f980): Unable to allocate 184320470 elements of size 8 bytes. 
<br>ErrorMessage end<br><br>I read jack&#39;s post about being unable to open large elevation files. What might be the issue here? I&#39;m running Paraview 2.6 on a fedora core 6 machine with 3GB ram.<br><br>thanks,<br><br>
 Bikash Agarwal<br>Virtual Reality Group<br>MIRARCO<br></span></div><div style="margin: 0px;">_______________________________________________</div><div style="margin: 0px;">ParaView mailing list</div><div style="margin: 0px;">
<a href="mailto:ParaView@paraview.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ParaView@paraview.org</a></div><div style="margin: 0px;"><a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.paraview.org/mailman/listinfo/paraview</a></div> </blockquote></div><br></div></div><br>_______________________________________________<br>ParaView mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:ParaView@paraview.org">
ParaView@paraview.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br><br>
</blockquote></div><br>