# New Ticket Created by  Hugh Simpson 
# Please include the string:  [perl #126450]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126450 >


`perl6 -e 'my ($x,$y,$i) = (0,1,1); while ($i < 1000000) {$y += $x ; $x =
$y - $x ; $i += 1 } ; say $y;'` eats up 6GB of RAM on my system

$ perl6 -v
This is perl6 version 2015.09-433-g26617f9 built on MoarVM version
2015.09-79-gee9fc2b

Reply via email to