Thats probably not enough for a parallel build. Try: MAKE='make -j1' make
On Thursday, March 26, 2015 at 7:30:58 PM UTC+1, [email protected] wrote: > > My computer runs out of memory when I attempt to build sage from source. I > want to build sage-6.6.rc0. > > Installation log <http://vpsbox.ru/f/install.log> (26MB) > > I get to the stage when I see a bunch of statements "Cythonizing > path/to/some/file.pyx". At this stage some python process consumes more > than 1GB RAM and quickly grows in size. > > Things slow down to a crawl when swap comes into play. I interrupted make > by pressing ^C, then ran make again with the same results (see log). > > OS: Linux acer 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01) > x86_64 GNU/Linux (Debian Jessie) > PC: 2GB RAM + 4GB swap, CPU: Intel Celeron N2830 > > Steps to reproduce: > > 1. Download, unzip sage-6.6.rc0 > 2. cd sage-6.6.rc0 > 3. make > > -- 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.
