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

Home » Public Forums » archive » Memory problem
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: Memory problem [message #58740 is a reply to message #3153] Fri, 15 February 2008 08:52 Go to previous messageGo to previous message
greg.addr is currently offline  greg.addr
Messages: 160
Registered: May 2007
Senior Member
> IDL> print, 5287*7707*8*4
> 1303901088
>
> about 1.3 GB.
>
> This is doable on a 32-bit system (assuming that you have 2 GB of RAM),
> but you will not be able to create two such arrays.

That certainly isn't doable on my 32-bit XP system (2 GB) - its
limit's just under 1 GB for a single allocation. I've recently started
using a 64-bit XP exactly to get around this problem. The new system
seems to be able to allocate properly up to the limit of RAM (I've
tried to 8 GB):

IDL> a=bytarr(8,1000,1000,1000,/nozero)

Greg
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: How to draw legend in draw widget
Next Topic: image statistics without the NaN

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

Current Time: Sun Oct 12 04:57:31 PDT 2025

Total time taken to generate the page: 0.16157 seconds