On 29 May 2010 05:53, Rolandb <[email protected]> wrote: > Tnx Robert, > > I rewrote the routine somewhat to use less stored values. Still I got > the following message: > > error: no more memory > System -1596988k:2096917k Appl -1763860k/20285k Malloc 277k/0k Valloc > -1743852k/20285k Pages 612613/0 Regions 5045:5045 > > What does this tell me? > > Roland
As Robert says, you are probably running out of memory. I'm somewhat surprised those numbers are negative though. As Robert says - you need to provide information about your computer system and data. I would try it on a subset of your data, and see how far you can get. If it works on 90% of your data, you can probably get around the problem by adding swap space. If it only works on 10%, I doubt it will be practical, as it would be too slow. You might want to have a read of http://www.catb.org/~esr/faqs/smart-questions.html Dave -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
