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 amdescombes
Recipients amdescombes
Date 2007-10-12.10:02:23
SpamBayes Score 0.026018864
Marked as misclassified No
Message-id <1192183344.18.0.434949656884.issue1270@psf.upfronthosting.co.za>
In-reply-to
Content
Hi everybody,

I am using Python 2.5.1.
I am creating a rather large dictionnary, with more than 8 million
entries, memory usage should be about 1.5GB. If I run the program on
Windows XP all runs fine, if I run the program on Windows Server 2003 I
start getting MemoryError exceptions around the 1GB boundary.
Is there a known issue with Windows 2003 Server?

Thanks,

André M. Descombes
History
Date User Action Args
2007-10-12 10:02:24amdescombessetspambayes_score: 0.0260189 -> 0.026018864
recipients: + amdescombes
2007-10-12 10:02:24amdescombessetspambayes_score: 0.0260189 -> 0.0260189
messageid: <1192183344.18.0.434949656884.issue1270@psf.upfronthosting.co.za>
2007-10-12 10:02:24amdescombeslinkissue1270 messages
2007-10-12 10:02:23amdescombescreate