<div>What programming language are you using? I remember having similar problem on a machine with 2Gb of RAM. I used CMAKE to create visual studio solution files for my VTK-based programs (using C++) and for the VTK source code itself (when compiling VTK for the first time). In CMAKE there is a checkbox with label &quot;Show Advanced Values&quot;. When you check this box, some advanced parameters will show up in the list of Cache Values. Look for the following flags (as many as you can find) and increase their value (I&#39;ve set mine to 100Mb and I think the default is 10Mb):
</div>
<div>&nbsp;</div>
<div>CMAKE_CXX_STACK_SIZE<br>CMAKE_EXE_LINKER_FLAGS<br>CMAKE_MODULE_LINKER_FLAGS<br>CMAKE_SHARED_LINKER_FLAGS</div>
<div>&nbsp;</div>
<div>Of course there are other ways to increase the stack size of your program (depending on which language and which IDE you use) but using CMAKE seems to be the easy way.<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 10/9/07, <b class="gmail_sendername">Iryna Pavlyshak</b> &lt;<a href="mailto:iryna@andrew.cmu.edu">iryna@andrew.cmu.edu</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hello all,<br><br>help me please to find out a problem!<br>I use Delaunay2D for triangulation point clouds.Input
 data contain more then 1500 000 points ( ~47 Mb). When the value of Tolerance is less then 0.001&nbsp;&nbsp;( for example delny-&gt;SetTolerance(0.00001);) the following massage appears :<br>Unhandled exception at 0x0078cc19 in My_data_asc_47Mb_tol_00001.exe: 0xC00000FD: Stack overflow.
<br><br>Any tips will be appreciated,<br><br>Iryna<br><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></blockquote></div><br>