Dear all
[I attempted to post this a few days ago but seemingly failed, so this is a
repost; apologies if duplicate.]
The following program appears to consume all the memory on my machine:
n = 1000
for i in range(0, 1000000):
_ = identity_matrix(n).change_ring(GF(101))
print(get_memory_usage())
I am running Sage 9.2 on a 64-bit gentoo linux box (kernel 5.4.97-gentoo,
gcc version 10.2.0).
I couldn't find any related open bugs. I have worked around the issue
(solution: don't create intermediate integer matrices and then coerce them
to finite fields; obviously it's less explicit in my original code) but
either way this seems to be a new bug.
Best
Freddie
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/CAG-6zk3POfRmFiTTwzDkBu8vAeMdmF%2BmqMjnZKQaLz1B_SxSzw%40mail.gmail.com.