|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Gabriel Máximo
Join Date: Sep 2023
Posts: 1
Rep Power: 0 ![]() |
Hi
Can anyone help me with the error below? LOOP ITERATION = 1 CPU SECONDS = 2.805E+02 +--------------------------------------------------------------------+ | *** INSUFFICIENT MEMORY ALLOCATED *** | | | | ACTION REQUIRED : Increase the real stack memory size. | | | | Details : | | Requested space : 81176478 words | | Current allocated space : 2147483646 words | | Current used space : 2110309918 words | | Current free space : 37173728 words | | Number of free areas : 1 | +--------------------------------------------------------------------+ Details of error:- ---------------- Error detected by routine MAKDAT CDANAM = MIN/VEL_FL1 CDTYPE = REAL ISIZE = 81176478 CRESLT = FULL Current Directory : /FLOW/SOLUTION/TSTEP1/CLOOP1/ZN1/VERTICES |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,566
Rep Power: 141 ![]() ![]() ![]() ![]() |
CFX does an estimate of how much memory it needs to run at the start of the run. Sometimes that estimate is not enough and it fails with a memory error.
The fix is in the error text: "ACTION REQUIRED : Increase the real stack memory size." You can do this in CFX-Pre, Solver Manager or the command line. On rare occasions this error is hiding a deeper problem meaning that there is a setup problem. But the first step is just to give it more memory (I usually double it if you have plenty of memory to spare) and see if that fixes it.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
![]() |
![]() |
![]() |
![]() |
#3 |
Senior Member
Join Date: Jun 2009
Posts: 1,742
Rep Power: 30 ![]() |
May I ask how you are running this model?
From the error message, the software is trying to allocate space for an 81M+ entries in an array for velocity. That means the current process has a local mesh size of 81M+/3 = 27M+ nodes. How much memory is available to the process in the node/machine the process is running on? How large is your model? Is there another WARNING at the start of the simulation indicating the machine does not have the minimum requirements for the simulation? or The required memory cannot be allocated for the selected type of executable ? Using a larger factor before checking if either message is present may lead to another failure.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
General recommendations for CFD hardware [WIP] | flotus1 | Hardware | 17 | October 25, 2023 04:49 |
Used Memory Accumulates During Course of Simulation Until interFoam gets Killed | Ship Designer | OpenFOAM Running, Solving & CFD | 7 | October 6, 2023 02:26 |
Workstation Suggestions For A Newbie | mrtcnsmgr | Hardware | 1 | February 22, 2023 02:13 |
CPU for Flow3d | mik_urb | Hardware | 4 | December 4, 2022 23:06 |
Insufficent memory allocated allocation | wind81 | CFX | 6 | October 23, 2013 02:51 |