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> -- http://mail.python.org/mailman/listinfo/python-list