New submission from Andre M. Descombes:
LinkedIn
I'd like to include you in my network to share updates and stay in touch.
- Andre
Andre Descombes
DQM at Coheris
Paris Area, France
Confirm that you know Andre Descombes:
https://www.linkedin.com/e/-3qcne3-hm8s7jcj-
Andre M. Descombes added the comment:
Thanks Martin,
I think you are right, perhaps someone on the python-list will have seen and
solved the problem before.
Andre
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Andre M. Descombes added the comment:
Ok, so where would you recommend I move this discussion to?
Andre
On 10/12/07, Martin v. Löwis <[EMAIL PROTECTED]> wrote:
>
>
> Martin v. Löwis added the comment:
>
> > I set the IMAGE_FILE_LARGE_ADDRESS_AWARE flag on pyth
Andre M. Descombes added the comment:
I set the IMAGE_FILE_LARGE_ADDRESS_AWARE flag on python and I still get the
memoryerror exceptions. When they start happening there is still more than
1GB of available memory!
__
Tracker <[EMAIL PROTECTED]>
Andre M. Descombes added the comment:
Apparently, XP is more lax when it comes to checking this flag on the
programs it runs then Windows 2003 Server. I am currently doing a test where
I have manually added the flag to python to see if this makes the problem go
away. I will post my results as
Andre M. Descombes added the comment:
Martin,
it is really a bug, as I have tried on a machine with Windows 2003 server
and 4GBs of ram and it still doesn't run, and it does run on xp with only
1GB of ram.
Does python.exe have then IMAGE_FILE_LARGE_ADDRESS_AWARE bit set, that could
explai
New submission from Andre M. Descombes:
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