On Wed, Jun 27, 2012 at 11:12 PM, Gabor Szabo <ga...@szabgab.com> wrote: > I have a freshly cloned rakudo and tried to build it on an Ubuntu > 12.04 (32 bit) it failed here. > The machine has 512Mb RAM and 256 Mb swaps space and it seems they > were both full. > > Is that it or they are unrelated? How much is the minimum memory required?
I resized the swap space to be 1024 Mb and ran it again. (Linode VPS rules!) make went well. make test passed make spectest is still running but it looks good so far I was watching htop during the compilation. At its peak the memory was full (512 Mb) and the swap used 450 Mb. I hope this information can help someone. regards Gabor