# New Ticket Created by Sylvain Colinet # Please include the string: [perl #131914] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131914 >
After some test against various release of rakudo it appear that there is a huge step in the memory taken by rakudo/moar at launch. (after 2017.05) It's like up to 55Mb to 120Mb+ It was tested by reading the memory info in /proc/pid/statm (the number is in Kbytes) <AlexDaniel> committable6test: 92bd7e4f54a9^,92bd7e4f54a9,9658dd98c9dd8ec^^,9658dd98c9dd8ec say "/proc/$*PID/statm".IO.lines[0].split(/\s/)[5] * 4096 / 1024 <committable6test> AlexDaniel, ¦92bd7e4f54a9^: «55752» ¦92bd7e4: «55896» ¦9658dd98c9dd8ec^^: «58628» ¦9658dd9: «138220»