<HTML><HEAD><TITLE></TITLE>
<META content="KsDHTMLEDLib.ocx, FreeWare HTML Editor 1.164.2, © Kurt Senfer" 
name=GENERATOR>
<META http-equiv=Content-Type content="text/html; charset=Windows-1251"></HEAD>
<BODY style="FONT-SIZE: 12pt; FONT-FAMILY: Tahoma" leftMargin=5 topMargin=5 
#ffffff>
<DIV>Hello&nbsp;Thomas,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Your problem was disscused many times in this mailing list. One process in 
Windows x86 (NT based 32 bit)&nbsp;cannot use more than 2Gb of memory, and the 
system itself - more than 4Gb (usually even less - near 3.2Gb).&nbsp;One 
possible solution I know is using Windows x64 or some Linux. The other - 
reducing the size of your dataset. :(</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><!--AID_FROMNAME_BEGIN-->XViz<!--AID_FROMNAME_END-->, <A 
href="mailto:<!--AID_FROMADDRESS_BEGIN-->D_E@ukr.net<!--AID_FROMADDRESS_END-->"><!--AID_FROMADDRESS_BEGIN-->D_E@ukr.net<!--AID_FROMADDRESS_END--></A></DIV>
<DIV>2007-11-21 </DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV 
  style="FONT-WEIGHT: normal; FONT-SIZE: 9pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal">----- 
  Получено следующее ----- </DIV>
  <DIV 
  style="FONT-WEIGHT: normal; FONT-SIZE: 9pt; BACKGROUND: #e4e4e4; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal; font-color: black"><B>От:</B> 
  <A href="mailto:thomas.jetzfellner@gsf.de">thomas jetzfellner</A> </DIV>
  <DIV 
  style="FONT-WEIGHT: normal; FONT-SIZE: 9pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal"><B>Получатель:</B> 
  <A href="mailto:vtkusers@vtk.org">vtkusers</A> </DIV>
  <DIV 
  style="FONT-WEIGHT: normal; FONT-SIZE: 9pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal"><B>Время:</B> 
  2007-11-21, 16:17:07</DIV>
  <DIV 
  style="FONT-WEIGHT: normal; FONT-SIZE: 9pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal"><B>Тема:</B> 
  [vtkusers] large data sets and memory</DIV>
  <DIV><BR></DIV>
  <DIV></DIV>
  <DIV></DIV>
  <DIV>
  <DIV>hi,<BR><BR>this is the first time, I write to the list and I think my 
  question <BR>could sound a little bit "stupid". my current problem is, when i 
  load <BR>large datasets there is a problem with the memory allocation. my 
  <BR>programm crashes on the update call of the vtkImageData. I tried it in 
  <BR>different ways and none worked on large data sets. small data is 
  <BR>processed correctly. Attached you find some code snippeds, on the update 
  <BR>call my program dies.<BR>&nbsp;<BR>&nbsp;&nbsp;vtkImageData* volume= new 
  vtkImageData ;<BR>&nbsp;&nbsp;volume-&gt;SetInput( centerImage-&gt;GetOutput() 
  ) 
  ;<BR>&nbsp;&nbsp;volume-&gt;Update();<BR>&nbsp;<BR>&nbsp;&nbsp;vtkImageDataStreamer 
  *ids = 
  vtkImageDataStreamer::New();<BR>&nbsp;&nbsp;ids-&gt;SetInputConnection(centerImage-&gt;GetOutputPort());<BR>&nbsp;&nbsp;ids-&gt;SetNumberOfStreamDivisions(200);<BR>&nbsp;&nbsp;ids-&gt;UpdateInformation();<BR>&nbsp;&nbsp;ids-&gt;GetExtentTranslator()-&gt;SetSplitModeToBlock();<BR>&nbsp;&nbsp;ids-&gt;Update();<BR><BR>&nbsp;&nbsp;vtkMemoryLimitImageDataStreamer* 
  mlds = 
  <BR>vtkMemoryLimitImageDataStreamer::New();<BR>&nbsp;&nbsp;mlds-&gt;SetInputConnection( 
  centerImage-&gt;GetOutputPort() ) ;<BR>&nbsp;&nbsp;mlds-&gt;SetMemoryLimit ( 
  10000 ) ;<BR>&nbsp;&nbsp;mlds-&gt;Update();<BR><BR>mybe it is a problem in my 
  concept. i want to load a dataset with a <BR>resolution of 512 x 512 x 1024, 
  are there other ways to handle such a <BR>load of data?<BR>my dev environment 
  is visual studio 2005 on winXP SP2<BR><BR>thanks for any information and 
  suggestions<BR>_______________________________________________<BR>This is the 
  private VTK discussion list. <BR>Please keep messages on-topic. Check the FAQ 
  at: <A 
  href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</A><BR>Follow 
  this link to subscribe/unsubscribe:<BR><A 
  href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</A><BR><BR><BR></DIV></DIV></BLOCKQUOTE></BODY></HTML>