perl6 --version This is Rakudo version 2015.12 built on MoarVM version 2015.12 implementing Perl 6.c.
On Tue, Jan 26, 2016 at 9:14 PM, perl6 via RT <perl6-bugs-follo...@perl.org> wrote: > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "[BUG]memory leak slurp", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [perl #127382]. > > Please include the string: > > [perl #127382] > > in the subject line of all future correspondence about this issue. To do > so, > you may reply to this message. > > Thank you, > perl6-bugs-follo...@perl.org > > ------------------------------------------------------------------------- > i have 36M big sql file, this: > > my $content = slurp 'file', :bin; > > eats up all my computer memory... > >