HI,<br><br>I found this link here <br><br><a href="http://msdn.microsoft.com/en-us/library/aa366778%28v=VS.85%29.aspx">http://msdn.microsoft.com/en-us/library/aa366778%28v=VS.85%29.aspx</a><br><br>It is mentioned that, <br>
<br>Limits on physical memory for 32-bit platforms also depend on the
<a href="http://msdn.microsoft.com/en-us/library/aa366796%28v=VS.85%29.aspx">Physical Address Extension</a> (PAE), which allows
32-bit Windows systems to use more than 4 GB of physical memory.<br><br>and<br><br><br>4-gigabyte tuning (4GT), also known as application memory tuning, or the
/3GB switch, is a technology (only applicable to 32 bit systems) that
alters the amount of virtual address space available to user mode
applications. Enabling this technology reduces the overall size of the
system virtual address space and therefore system resource maximums.<br><br>Will this help me to achieve my task? Did anyone came across such situation?<br><br>Thanks<br><br><div class="gmail_quote">On Mon, Sep 12, 2011 at 10:17 PM, John Drescher <span dir="ltr"><<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">> Is it possible to load 1GB of data (xyz points or say point cloud) into VTK<br>
> and then extract contours from it? I am running my application on Windows<br>
> 2003 server with 4GB RAM. Any suggestions or solutions are welcomed.<br>
><br>
</div>Most likely not in a 32 bit windows operating system. Since you will<br>
be very limited due to address space fragmentation. Remember with the<br>
default 2GB per process limit (regardless of the ram you have) of 32<br>
bit windows gives you about 1.2 GB maximum single allocation.<br>
However like Michael Jackson said it will work fine if you have a 64<br>
bit executable on a 64 bit OS.<br>
<font color="#888888"><br>
John<br>
</font></blockquote></div><br>