Subject: | Error in perl 6 parser: Out of memory during "large" request |
I'm trying to port CGI::Application to Perl6, but I can't get it to even
compile. It dies with the following error:
/home/mark/src/pugs/blib6/pugs/perl5/lib/Pugs/Runtime/Rule.pm:154:Error
in perl 6 parser: Out of memory during "large" request for 135168 bytes,
total sbrk() is 536719360 bytes
/home/mark/src/pugs/blib6/pugs/perl5/lib/v6.pm:46:Died
"/home/mark/src/pugs/blib6/pugs/perl5/lib/Pugs/Runtime/Rule.pm" 490L, 13525C
(1 of 2): Error in perl 6 parser: Out of memory during "large" request
for 135168 bytes, total sbrk() is 536719360 bytes
The code in question is available as a darcs archive here:
http://mark.stosberg.com/darcs_archive/CGI-Application-p6/
Mark