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 brianl
Recipients
Date 2002-10-07.22:29:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=17671

Forget what I said in the last comment.  I must have been
asleep.

The problem boils down to this:  OS X does lazy memory
allocation and each process gets up to 4GB of virtual memory.

I now know a lot more about how the interpreter manages
memory.  I could have saved myself the trouble by paying
attention to what the VM: 4.19G+ in top was telling me.

The test in test_b1.py should not be run on OS X.  I am
going to avoid problems like this in the future by setting a
hard limit on per process memory of 400MB.
History
Date User Action Args
2007-08-23 14:06:00adminlinkissue616019 messages
2007-08-23 14:06:00admincreate