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

Home » Public Forums » archive » ide vs command line: unable to allocate memory
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
ide vs command line: unable to allocate memory [message #73045] Sun, 24 October 2010 06:06
lbusoni is currently offline  lbusoni
Messages: 7
Registered: January 2007
Junior Member
Hi all,

on IDLDE 8.0 on my Vaio running WinXP with 4GB

IDL> arr = fltarr(320,256,400)
IDL> arr = fltarr(320,256,500)
IDL> arr = fltarr(320,256,600)
% Unable to allocate memory: to make array.
Not enough space
% Execution halted at: $MAIN$
IDL> help, /mem
heap memory used: 164641979, max: 295714092, gets: 1120,
frees: 273


on IDL8.0 CommandLine on my Vaio running WinXP with 4GB

IDL> arr = fltarr(320,256,1500)
IDL> arr = fltarr(320,256,2000)
IDL> help, /mem
heap memory used: 656083764, max: 1147603857, gets: 1109,
frees: 273

What a hungry IDE! That's really bad!!!
Is there a way of tuning the memory compsumption of the eclipse?
Lorenzo
[Message index]
 
Read Message
Previous Topic: widget_control, send_event on Windows requires mouse motion, works fine on Linux
Next Topic: Re: IDLdoc 3.3 released

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

Current Time: Wed Oct 08 15:53:40 PDT 2025

Total time taken to generate the page: 0.00361 seconds