[issue19135] Check out my profile on LinkedIn

2013-10-01 Thread Andre M. Descombes
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-

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Andre M. Descombes
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/

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Andre M. Descombes
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

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Andre M. Descombes
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]>

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Andre M. Descombes
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

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Andre M. Descombes
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

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Andre M. Descombes
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