I will give it a try with the garbage collector disabled.<br><br><div class="gmail_quote">On 9 December 2010 17:29, Benjamin Kaplan <span dir="ltr"><<a href="mailto:benjamin.kaplan@case.edu">benjamin.kaplan@case.edu</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">On Thursday, December 9, 2010, Rob Randall <<a href="mailto:rob.randall2@gmail.com">rob.randall2@gmail.com</a>> wrote:<br>

> But the C++ program using up memory does not slow up.<br>
> It has gone to 40GB without much trouble.<br>
><br>
<br>
</div>Your C++ program probably doesn't have a garbage collector traversing<br>
the entire allocated memory looking for reference cycles.<br>
<div><div></div><div class="h5"><br>
> Does anyone have a 64 bit python application that uses more the 2GB?<br>
><br>
> On 9 December 2010 16:54, Antoine Pitrou <<a href="mailto:solipsis@pitrou.net">solipsis@pitrou.net</a>> wrote:<br>
> On Wed, 8 Dec 2010 14:44:30 +0000<br>
> Rob Randall <<a href="mailto:rob.randall2@gmail.com">rob.randall2@gmail.com</a>> wrote:<br>
>> I am trying to understand how much memory is available to a 64 bit python<br>
>> process running under Windows XP 64 bit.<br>
>><br>
>> When I run tests just creating a series of large dictionaries containing<br>
>> string keys and float values I do not seem to be able to grow the process<br>
>> beyond the amount of RAM present.<br>
>><br>
>> For example, on a box with 2GB RAM and 3 GB pagefile the process stalls at<br>
>> around 2GB.<br>
>><br>
>> On another machine with 16GB RAM and 24GB pagefile the process stalls at<br>
>> 16GB.<br>
><br>
> How is it surprising? When you go past the available RAM, your process<br>
> starts swapping and everything becomes incredibly slower.<br>
><br>
> Regards<br>
><br>
> Antoine.<br>
><br>
><br>
> --<br>
> <a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
><br>
><br>
</div></div>--<br>
<div><div></div><div class="h5"><a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</div></div></blockquote></div><br>