[issue11212] Python memory limit on AIX

Sébastien Sablé report at bugs.python.org
Thu Feb 17 17:36:57 CET 2011


Sébastien Sablé <sable at users.sourceforge.net> added the comment:

The doc would become:

"""
To allocate more segment registers to Python, you must use the linker option -bmaxdata or ldedit to specify the number of bytes you need in the data
 segment.
 
For example, if you want to allow 512MB of memory for Python (this
is enough for the test suite to run without MemroyErrors), you should
run the following command at the end of compilation:

 ldedit -b maxdata:0x20000000 ./python
"""

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11212>
_______________________________________


More information about the Python-bugs-list mailing list