On Fri, Jun 20, 2014 at 9:49 AM, leif <[email protected]> wrote: > leif wrote: >> >> William Stein wrote: >>> >>> ---------- Forwarded message ---------- >>> From: "Pramod Shukla" <[email protected] <mailto:[email protected]>> >>> Date: Jun 19, 2014 7:25 AM >>> Subject: help regarding sage instalation >>> >>> While installing sage in my computer I came across some problem which >>> unfortunately I an unable to fix. I would be very thankful if you could >>> kindly assist me in this regard. The problem mentioned in the technical >>> error message at the end of the running of "make" is exactly same what I >>> found you wrote quite back in the blog >>> http://osdir.com/ml/sage-devel/2014-05/msg00126.html. >>> >>> To mention it again, towards the end it reads as >>> [...] >>> OSError: [Errno 12] Cannot allocate memory >> >> >> Which part of this error message is unclear? >> >> Errno 12 = ENOMEM aka "Out of memory". >> >> You'd have to close some other applications, install more RAM, or setup >> [more] swap space. (Or try building the documentation with less >> threads, in case you were using more than one.) > > > [Solved off-list; using 'env SAGE_NUM_THREADS=1 make' was sufficient.]
Thanks for posting. This is the sort of thing that could go in the README... ? > > > > -leif > > -- > () The ASCII Ribbon Campaign > /\ Help Cure HTML E-Mail > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- William Stein Professor of Mathematics University of Washington http://wstein.org -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
