comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » IDL new graphics memory leak?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
IDL new graphics memory leak? [message #93713] Tue, 04 October 2016 04:56 Go to previous message
belkaraza is currently offline  belkaraza
Messages: 6
Registered: June 2016
Junior Member
Hey,

I have some enourmous problem with the amound of memory (virtual) IDL is using. I believe they are resulting from my extensive use of plots and images using the plot/image functions from IDL. If I omit them from my code my memory usage is on a normal level (1-8gb). If I want to include plots and images then my usage of memory will grow till it overloads the cluster I am working on (200-400 gb). Right after saving them I destroyed the objects via obj_destroy. This didn't solved my problem so I used heap_free. Still no improvment. Is there anything I am missing here? I am using IDL 8.3 on linux 64 bit.
rough sketch of my program structure:

read file (big image)

For
For
data analysis
Img=image(...)
img.save,....
destroy img
plot=plot()...
...
endfor
endfor
end


Thanks in advance!
B.R.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: display GeoTIFF image automatically using cgGeoMap
Next Topic: trying to convert map to graphic functions

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:07:11 PDT 2025

Total time taken to generate the page: 0.00420 seconds