Commit 4cc0fbb
committed
Follow up on potential memory leak issue
I make an empty commit here to clarify the comments on the previous one.
I tested whether memory leaks still occur, but cannot reproduce anymore:
The following script:
# @ioservice io
data = io.open("/Users/curtis/data/dub.tif")
print("data = " + str(data))
Where dub.tif is ~1GB in size, when run repeatedly, spikes memory usage
to >1200MB, but after a few seconds plus a garbage collection operation
drops back down to <50MB.
So I'm going to declare the memory leak issue resolved, until/unless
someone reports another such problem.
See also fiji/fiji#160.1 parent c71e786 commit 4cc0fbb
File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments