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

Home » Public Forums » archive » Re: IDL Memory Leaks
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 Memory Leaks [message #27848 is a reply to message #27671] Tue, 06 November 2001 05:16 Go to previous message
Jaco van Gorkom is currently offline  Jaco van Gorkom
Messages: 97
Registered: November 2000
Member
Myron Brown wrote:
> ... I know memory is leaking because the
> Windows task manager indicates that my IDL process is consuming more and more
> memory as time goes on. Of course, IDL doesn't realize this (i.e. HELP, /MEMORY
> indicates no increase in memory usage).

This sounds like it could also be a memory fragmentation problem. One possible
test and/or remedy for this would be to assign one huge chunk of memory at the
start of the IDL session:
void = BYTARR(VeryLargeNumberOfBytes, /NOZERO)
DELVAR, void
RSI has a Tech Tip about this topic at
http://www.rsinc.com/services/output.cfm?tip_id=533 ,
and there is also a Tech Tip on HELP, /MEMORY versus Windows Task Manager at
http://www.rsinc.com/services/output.cfm?tip_id=1677 .

Cheers,
Jaco
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: NETSCAPE BOMB - dont open/preview "Re: my pretty floor won't pour before I expect it"
Next Topic: FFT issues

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

Current Time: Sat Oct 11 08:57:42 PDT 2025

Total time taken to generate the page: 0.64183 seconds