This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients Itai.i, brian.curtin, illume, jimjjewett, loewis, markmat, pitrou, swapnil, ysj.ray
Date 2010-08-20.13:32:50
SpamBayes Score 9.3539927e-07
Marked as misclassified No
Message-id <1282311173.39.0.844868391934.issue1524938@psf.upfronthosting.co.za>
In-reply-to
Content
> (not sure its for this thread though but...) Windows on default limits
> the amount of memory for 32 bit processes to 2GB. There's a bit in
> the PE image which tells 64 bit windows to give it 4GB (on 32 bit
> windows PAE needs to be enabled too) which is called
> IMAGE_FILE_LARGE_ADDRESS_AWARE. There's a post-build way to enable
> it with the editbin.exe utility which comes with visual studio like
> this: editbin.exe /LARGEADDRESSAWARE python.exe


See #1449496 if you are interested in that.
History
Date User Action Args
2010-08-20 13:32:53brian.curtinsetrecipients: + brian.curtin, loewis, jimjjewett, pitrou, illume, markmat, swapnil, ysj.ray, Itai.i
2010-08-20 13:32:53brian.curtinsetmessageid: <1282311173.39.0.844868391934.issue1524938@psf.upfronthosting.co.za>
2010-08-20 13:32:51brian.curtinlinkissue1524938 messages
2010-08-20 13:32:50brian.curtincreate