MantisBT - ParaView
View Issue Details
0012251ParaViewBugpublic2011-06-06 19:422013-10-01 13:38
Burlen 
Burlen 
normalmajoralways
closedfixed 
3.10 
4.1 
0012251: Surface LIC memory usage grows during animation
I am seeing some pretty astounding memory usage when using the LIC. My dataset is 100MB image 2D image data. When I load it and display using a slice rep. I use about 1GB of ram. When I change to LIC I the usage goes up to 4GB, and increases by about 4GB with each timestep until I run out of memory.

I ran a small example in valgrind and saw tons of small leaks coming from opengl, but none were dataset size. There were no vtk datasets leaked, but could there be datasets held onto?
open data
change rep to LIC
advance timestep in VCR control
No tags attached.
Issue History
2011-06-06 19:42BurlenNew Issue
2011-06-09 20:11BurlenNote Added: 0026812
2011-06-09 20:20BurlenNote Edited: 0026812bug_revision_view_page.php?bugnote_id=26812#r350
2013-10-01 13:38BurlenNote Added: 0031674
2013-10-01 13:38BurlenStatusbacklog => closed
2013-10-01 13:38BurlenAssigned To => Burlen
2013-10-01 13:38BurlenResolutionopen => fixed
2013-10-01 13:38BurlenFixed in Version => 4.1

Notes
(0026812)
Burlen   
2011-06-09 20:11   
(edited on: 2011-06-09 20:20)
I had immediate mode off, the memory was being used by display lists. This is probably not a bug, but perhaps something that should be looked into.

(0031674)
Burlen   
2013-10-01 13:38   
I think that was fixed a while back, had nothing to do with surface lic