[Discuss-gnuradio] pybombs building 3.6.5.1 - swapping and out of virtual memory

2013-07-29 Thread M Dammer
Not sure if this is a Pybombs or Gnuradio build issue: When building version 3.6.5.1 via pybombs the system starts swapping after about 70% of the build have completed and even sometimes bails out with out of virtual memory. I can complete the build by restarting pybombs install - sometimes

Re: [Discuss-gnuradio] pybombs building 3.6.5.1 - swapping and out of virtual memory

2013-07-29 Thread Tom Rondeau
On Mon, Jul 29, 2013 at 12:40 PM, M Dammer i...@mdammer.net wrote: Not sure if this is a Pybombs or Gnuradio build issue: When building version 3.6.5.1 via pybombs the system starts swapping after about 70% of the build have completed and even sometimes bails out with out of virtual memory. I

Re: [Discuss-gnuradio] pybombs building 3.6.5.1 - swapping and out of virtual memory

2013-07-29 Thread Tim Newman
By default pybombs runs make with the -j4 option, allowing it to compile things in parallel. This typically helps the compile go quicker. I certainly wouldnt expect the gnuradio compile to have issues like this, but you could edit the gnuradio recipe to force it not to use the -j4 option by

Re: [Discuss-gnuradio] pybombs building 3.6.5.1 - swapping and out of virtual memory

2013-07-29 Thread Marcus D. Leech
On 07/29/2013 12:40 PM, M Dammer wrote: Not sure if this is a Pybombs or Gnuradio build issue: When building version 3.6.5.1 via pybombs the system starts swapping after about 70% of the build have completed and even sometimes bails out with out of virtual memory. I can complete the build by

Re: [Discuss-gnuradio] pybombs building 3.6.5.1 - swapping and out of virtual memory

2013-07-29 Thread M Dammer
Thanks for all the quick replies. I will go for changing cmake.lwt as I rather have a longer compile time than insane disk activity. On 29/07/13 17:45, Tom Rondeau wrote: On Mon, Jul 29, 2013 at 12:40 PM, M Dammer i...@mdammer.net wrote: Not sure if this is a Pybombs or Gnuradio build issue: