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

Home » Public Forums » archive » Re: Idl is greedy, once it gets some memory it will NOT release it.
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Idl is greedy, once it gets some memory it will NOT release it. [message #5519 is a reply to message #5515] Tue, 16 January 1996 00:00 Go to previous messageGo to previous message
peter is currently offline  peter
Messages: 80
Registered: February 1994
Member
Ramanujam Raghunath (rxr@pacific.jpl.nasa.gov) wrote:
: Hello all:
: I have a question on IDL's memory management. My problem could also be in the
: swap space management in the SUNOS and IRIX 5.3, but I doubt it.
: The issue is, after an array is deleted in IDL, the memory it occupied does not
: seem to be released (is the impression you get when you make an enquiry on the
: swap space from the O/S (swap -s in IRIX)) until the IDL session is exited;
: but seems to have been when you make an enquiry on the memory in IDL, using
: help, /memory.

True. Also true for any other unix program, as far as I know, since
memory cannot be released back to the operating system. On the other
hand, the next time IDL needs more memory, it won't get yet another
chunk from the system, but will re-use what has been free'd (with
caveats for fragmentation, etc).

Peter
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Producing graphics without screen display
Next Topic: 3D voxel plots without polygons? (need advice)

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

Current Time: Sat Nov 29 15:43:03 PST 2025

Total time taken to generate the page: 0.40552 seconds