Brian Curtin <cur...@acm.org> added the comment:

> (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.

----------
nosy: +brian.curtin

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1524938>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to