# New Ticket Created by Karthik BP # Please include the string: [perl #73796] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73796 >
Hi, When I follow the instructions to build the p6 compiler the make runs forever. $ make ... rakudo/parrot_install/bin/parrot src/gen/perl6.pbc --target=pir \ src/gen/core.pm > src/gen/core.pir This command never ends. It runs for 48 hours or more and then my laptop overheats and shuts down. I'm trying to build rel#27 on Ubuntu, with gcc4.4.1, libicu4.0.1 on my laptop having 512MB ram+750MB swap. The build seems to encounter a lot of memory thrashing. Please let me know what is missing. This problem of thrashing seems to have started since rel#25. -- Karthik
<perl6-bugs-follo...@perl.org> wrote: > I'm trying to build rel#27 on Ubuntu, with gcc4.4.1, libicu4.0.1 on my > laptop having 512MB ram+750MB swap. The build seems to encounter a lot of > memory thrashing.
I encountered this problem some months back on a VM guest running Fedora 11. Increasing the amount of RAM to 1024 MB solved the problem. As is true in your case, Rakudo had previously built fine with only 512 MB RAM but over time swapping during the build got so bad that the build would (effectively) never complete. I strongly recommend increasing the amount of memory to 1024 MB if you are going to build Rakudo; 512 MB is more than sufficient for running it, however.
On Thu, Mar 25, 2010 at 9:47 AM, Mark Montague <markm...@umich.edu> wrote: > On March 24, 2010 14:53 , Karthik BP (via RT) > <perl6-bugs-follo...@perl.org> wrote:
>> I'm trying to build rel#27 on Ubuntu, with gcc4.4.1, libicu4.0.1 on my >> laptop having 512MB ram+750MB swap. The build seems to encounter a lot of >> memory thrashing.
> I encountered this problem some months back on a VM guest running Fedora 11. > Increasing the amount of RAM to 1024 MB solved the problem. As is true in > your case, Rakudo had previously built fine with only 512 MB RAM but over > time swapping during the build got so bad that the build would (effectively) > never complete. I strongly recommend increasing the amount of memory to > 1024 MB if you are going to build Rakudo; 512 MB is more than sufficient for > running it, however.
perl6-bugs-follo...@perl.org> wrote: > Please try again with the current development version of Rakudo, memory > usage has been significantly reduced since this bug was reported.