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

Home » Public Forums » archive » Re: IDL memory limits
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 limits [message #1381] Tue, 12 October 1993 08:31 Go to previous message
jim is currently offline  jim
Messages: 7
Registered: August 1993
Junior Member
In article <293ieq$dtn@honey.st-and.ac.uk> so1@st-andrews.ac.uk (Sean Oughton)
writes:
> I'm processing some large 3 index arrays using IDL (98 x 96 x 96).
> ALtogether I need 9 of them active at once, but the msg I get when I
> run the .pro's is
>
> Unable to allocate memory: to make array
> not enough core.
>
Try the command
.size 20000 30000
The first argument allocates space for larger code
(which you probably don't need) and the second allocates
data space. Try larger values for the second argument.
[Message index]
 
Read Message
Read Message
Previous Topic: Compressed data
Next Topic: Bezier curves

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

Current Time: Wed Oct 08 16:09:14 PDT 2025

Total time taken to generate the page: 0.00545 seconds