-
Notifications
You must be signed in to change notification settings - Fork 1
Memory “leak” #6439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @AlexDanielAfter recent rakudo updates whateverables started having some problems. At first I thought that they simply became slower, but upon further investigation it turned out that their memory usage was increasing during the operation (which is most likely the reason for them to slow down during the execution). MasterDuke++ did a lot of investigation and measurements, so I'm hoping to see his comments here. I don't have much to say, so I'll just give a bunch of links. Please bear with me. Initial conversation and relatively golfed down code: https://irclog.perlgeek.de/moarvm/2017-08-05#i_14973432 https://gist.github.com/MasterDuke17/685b627a6a2749483dc5ec09c6a777a4 dogbert11++ reproducing the issue https://irclog.perlgeek.de/moarvm/2017-08-06#i_14976177 (note that it seems like there's no memory leak, but the memory usage is growing) More: https://irclog.perlgeek.de/perl6/2017-08-08#i_14987204 I don't know if this affects anybody else, but jdv79++ was talking about some memory issues recently: https://irclog.perlgeek.de/perl6-dev/2017-08-05#i_14973488 |
From @AlexDanielThere was some progress on this. jnthn++ I guess the most promising commit regarding this issue is MoarVM/MoarVM@0d2e5f8 , but there's at least one other commit that could've improved the situation ( rakudo/rakudo@c59b986 ). I will test this again after we have MoarVM bumped (or sooner if I have time). On 2017-08-10 10:43:42, alex.jakimenko@gmail.com wrote:
|
From @AlexDanielOK, this is still not resolved, but it got noticeably better. The issue is reproducible with the snippet provided in the original report.
|
From @AlexDanieldogbert++ noticed me that this ticket exist. I totally forgot. OK, that particular leak is gone I think, but there were other (newer) issues. See rakudo/rakudo#1280 Closing this ticket in favor of GH issue. On 2017-08-14 14:37:54, alex.jakimenko@gmail.com wrote:
|
@AlexDaniel - Status changed from 'new' to 'resolved' |
Migrated from rt.perl.org#131879 (status was 'resolved')
Searchable as RT131879$
The text was updated successfully, but these errors were encountered: