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 gfe
Recipients
Date 2006-03-14.11:04:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python runs fine using a 3GB address space on 32bit 
Windows.

To take advantage of this feature, Python should be 
linked using the /LARGEADDRESSAWARE flag of the 
linker. 

For details, please refer to:

http://msdn.microsoft.com/library/en-
us/memory/base/4gt_ram_tuning.asp

As most Windows users just use pre-built executables, 
this would be a worthwhile change. 

Best regards,
Martin Gfeller

History
Date User Action Args
2008-01-20 09:59:45adminlinkissue1449496 messages
2008-01-20 09:59:45admincreate