-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
possible memory leak in matrix code? #4631
Comments
comment:1
This might be related to #4639. Cheers, Michael |
comment:2
This may be relevant here. Either way it warrants consideration to call %reset at the end of Sage, but that would be another ticket.
|
comment:3
Note that the latest upstream Cython 0.10.3 (merged in Sage 3.2.2.rc0 via #4798) improves things considerably:
|
comment:4
But #4639 does not improve this further. Note that "base" is the initial memory consumption:
Cheers, Michael |
comment:5
#4883 might be relevant here. |
comment:6
The new Sage 3.2.3+eMPIRe build picked up the following leak in tut.py:
William says:
|
comment:8
This seems to be fixed in sage-4.3:
Given that it was vague to start with, I'm closing this as worksforme. (I tested on my machine and sage.math, with the same results.) |
So I was looking at another ticket, and noticed the following memory usage of Hermite normal form:
It could be that the memory is getting "lost" in some other way, but it might be nice to see why it's happening. In fact, it's probably got nothing to do with HNF:
I'm happy to find out that there's a reasonable explanation for this.
CC: @robertwb
Component: memleak
Issue created by migration from https://trac.sagemath.org/ticket/4631
The text was updated successfully, but these errors were encountered: