Re: Limit on entries in dictionary data structure

2011-01-30 Thread Dan Stromberg
On Sun, Jan 30, 2011 at 6:43 PM, Shruti Sanadhya wrote: > Hi, > I am running a script that uses dictionaries on Python 2.6.4 on Ubuntu 9.10. > I notice that my script crashes with a MemoryError when my dictionary > reaches 44739243th entry. My system has 3GB RAM (32-bit). I noticed that > changing

Re: Limit on entries in dictionary data structure

2011-01-30 Thread MRAB
On 31/01/2011 02:43, Shruti Sanadhya wrote: Hi, I am running a script that uses dictionaries on Python 2.6.4 on Ubuntu 9.10. I notice that my script crashes with a MemoryError when my dictionary reaches 44739243th entry. My system has 3GB RAM (32-bit). I noticed that changing the key or value ty

Limit on entries in dictionary data structure

2011-01-30 Thread Shruti Sanadhya
Hi, I am running a script that uses dictionaries on Python 2.6.4 on Ubuntu 9.10. I notice that my script crashes with a MemoryError when my dictionary reaches 44739243th entry. My system has 3GB RAM (32-bit). I noticed that changing the key or value types also did not help my code. For simplicity