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

Home » Public Forums » archive » RE: System Resources ???
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
RE: System Resources ??? [message #5801] Sat, 24 February 1996 00:00
mallozzi is currently offline  mallozzi
Messages: 60
Registered: August 1994
Member
Jim Brown <jtb@cdc.noaa.gov> wrote
> I am a bit concerned with how IDL handles the allocation of
> system resources. Things evidently are not being freed up
properly... <CUT>

I believe once IDL grabs memory from the OS, it cannot be returned until
the IDL session exits. However, you can free up the available memory
within IDL by reassigning a large array to an integer:

ARR = DBLARR(1024,1024,1024)
<do your work here>
ARR = 0

I'm sure there is more to this story, but I hope this helps.

-Bob
<mallozzi@ssl.msfc.nasa.gov>
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: map_set problem
Next Topic: Re: Q: IDL benchmarks

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

Current Time: Thu Oct 09 06:59:08 PDT 2025

Total time taken to generate the page: 1.84214 seconds