Home »
Public Forums »
archive »
Re: Q:Unable to allocate memory?
Re: Q:Unable to allocate memory? [message #5721] |
Sat, 03 February 1996 00:00 |
probert
Messages: 1 Registered: February 1996
|
Junior Member |
|
|
In article <4eu58n$2qa@portal.gmu.edu>, rjohnson@science.gmu.edu says...
> I would like to know what kind of problems can generate an
> error msg in IDL. The msg is:
>
> % Compiled module: <module_name>
> % Unable to allocate memory: to make array
> Not enough space
> % Execution halted at: <module_name>
>
> The FAQ has a similar case:
> % Unable to allocate memory: to make array.
> not enough core
>
We get the "not enough core" under VAX VMS when the user exceeds his/her
virtual memory quota, usually by having created too many large arrays in IDL.
What operating system are you using?
There is a phenomenon in IDL which you see discussed here from time to time in
which IDL uses up all available memory even though you don't have that much in
use. If you repeatedly create and destroy large arrays in your program,
memory becomes fragmented. There might be some hints in the FAQ as to how to
control this problem.
Paul Probert
University of Wisconsin
|
|
|
Current Time: Wed Oct 08 14:00:53 PDT 2025
Total time taken to generate the page: 0.00376 seconds