Author markmat
Recipients
Date 2006-08-03.10:02:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1337765

Another problem related to the above example: there is a
time waste due to a memory swap before the MemoryError. 
Possible solution is to use a dynamic memory limit: GC is
called when the limit is reached, then the limit is adjusted
according to the memory left.
History
Date User Action Args
2007-08-23 14:41:24adminlinkissue1524938 messages
2007-08-23 14:41:24admincreate