Home > Archive > Fortran > July 2006 > Dynamic area reservation error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Dynamic area reservation error
|
|
| rchulyadyo@gmail.com 2006-07-31, 4:00 am |
| Hello all,
Does anyone know what is the reason for this error:
jwe0912i-u line 379 The dynamic area cannot be reserved because of
insufficient area. The used size is 00525089KB. The required size is
01451902KB.
How can this error be solved?
Thanks in advance,
| |
| Brooks Moses 2006-07-31, 4:00 am |
| rchulyadyo@gmail.com wrote:
> Does anyone know what is the reason for this error:
> jwe0912i-u line 379 The dynamic area cannot be reserved because of
> insufficient area. The used size is 00525089KB. The required size is
> 01451902KB.
>
> How can this error be solved?
To begin with, it's hard to answer this sort of question unless you
mention what program is giving you this error, and if it's a Fortran
program that you've compiled, what compiler and version you used to
compile it.
With that said, it looks like a poorly-worded out-of-memory error. It
appears to be trying to allocate 1.45GB of memory, and failing. Does
your computer actually have that much free?
- Brooks
--
The "bmoses-nospam" address is valid; no unmunging needed.
|
|
|
|
|