Heap Memory

Fredrik Lundh fredrik at pythonware.com
Thu Nov 16 13:19:17 EST 2006


Gregory Piñero wrote:

>> I have a question. How can we increase heap memory or total memory Python
>> interpreter
>> will use in order to avoid memory problems ?
> 
> I've wondered the same thing myself.  Even if it turns out it's just
> not possible I hope you get an answer.
> 
> My completely arbitrary guess is you'd have to recompile Python, but I
> hope I'm wrong.

what are you guys talking about?  there are no artificial memory 
limitations in Python; a Python process simply uses all the memory it 
can get from the operating system.

</F>




More information about the Python-list mailing list