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

Home » Public Forums » archive » IDL memory usage
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 memory usage [message #9080] Wed, 28 May 1997 00:00 Go to previous message
Gary Fu is currently offline  Gary Fu
Messages: 9
Registered: April 1997
Junior Member
Hi,

I monitored the memory usage on the following two IDL cases.
In case 1, the IDL process takes 31MB of memory (8MB of IDL
reserved + 24MB of data, reasonable). However, in case 2,
it takes 47MB of memory. Anyone knows why and is there a way
to fix the problem ?

Thanks.

Gary

**********************************************************

Case 1:
a = indgen(2000,4000)
a = a(*,0:1999)

Case 2:

a = indgen(2000,4000)
ia = indgen(2000) * 2
b = a(*,ia) ; OR b = TEMPORARY(a(*,ia))

**********************************************************


--

*****************************************
* Gary Fu, GSC (301) 286-7107 *
* email : "gfu@seadas.gsfc.nasa.gov" *
* NASA/Goddard Space Flight Center *
*****************************************
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Group leader question
Next Topic: Re: Group leader question

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

Current Time: Sun Oct 12 07:25:17 PDT 2025

Total time taken to generate the page: 0.01152 seconds