Not Enough Memory error message using Elfini solver
Not Enough Memory error message using Elfini solver
(OP)
I am using a 2 gig RAM,Intel Centrino 2Ghz, this should be enough to solve my analysis on V5 R14. Although I am always getting an error message after 1 hr of solving saying NOT ENOUGH MEMORY.
????
I cannot find any settings to do anything around this topic?
It is not harware related because I have done larger analysis with Ansys on smaller machines???
Does anyone have an idea about this?
Rene
????
I cannot find any settings to do anything around this topic?
It is not harware related because I have done larger analysis with Ansys on smaller machines???
Does anyone have an idea about this?
Rene





RE: Not Enough Memory error message using Elfini solver
Check to make sure you have a reasonable sag, etc..
Have you been successful in other versions or only 5.14? I haven't done any stress analysis in 5.14, but I do know that it's supposedly a different kernel, so DSS may have screwed something up.
In any case, NOT ENOUGH MEMORY most certainly is a hardware-related issue. It may be hardware configuration. Check your pagefile.
What OS? XP is better with memory than 2000.
RE: Not Enough Memory error message using Elfini solver
The ones I get often are "No big enough contiguous memory for computation" and "Unable to allocate memory".
RE: Not Enough Memory error message using Elfini solver
Basically we had an assembly of welded parts, when iterating the pitch sizes, we ended up with areas with rigid connections pitches smaller than the part pitch, consequently some of the rigid elements where connected to the same quad or tetra element.therefore many rigid elements were connected together. Catia interprets this to be a large elements, the stiffness calculations increase ridiculously. the memory demand was too much. By simply for example putting all parts at pitch of 1 and connections at a pitch of 2, this problem did not occur. A previous analysis failing after 3 hours, now took 5-10 mins to successfully solve! After carefull research, this is apparently a common problem.
RE: Not Enough Memory error message using Elfini solver
The switch details can be found on the program directory CD.
Also have you considered installing the Maths Kernel Library. I think you neen version 6 now. It can be found on the Intel website
RE: Not Enough Memory error message using Elfini solver
Yes, the /3GB switch in XP is pretty key for some CATIA applications.
RE: Not Enough Memory error message using Elfini solver
RE: Not Enough Memory error message using Elfini solver
Assertion failed:Assertion failed:error in fileG:\CXR14\CATSHOctreeMemoruManager.cpp at line 340
What does it mean??
RE: Not Enough Memory error message using Elfini solver
Assertion failed:Assertion failed:error in fileG:\CXR14\CATSHOctreeMemoruManager.cpp at line 340
is a program error that will require a fix from DS.
RE: Not Enough Memory error message using Elfini solver
By default, Windows can address a total of 4 gigabytes (GB) of virtual address space. By default, 2 GB of this is reserved for the kernel (operating system), and 2 GB is reserved for User mode programs such as CATIA.
When you put a /3GB switch into the Boot.ini file of the operating system, you reallocate the virtual address space distribution to give User mode programs 3 GB of space and limit the kernel to 1 GB.
You need to edit your Boot.ini file and "tweak" the CNEXT.exe.
RE: Not Enough Memory error message using Elfini solver
How do I edit the boot.ini, and tweak CNEXT.exe?
RE: Not Enough Memory error message using Elfini solver
It resides in the root of your system drive (probably c:\boot.ini).
In the operating systems section, add /3GB after /fastdetect.
Tweaking CNEXT isn't as easy. I do it with editbin.exe, something that comes with Visual Studio. You have to append large memory awareness to all the .exe files within <Bxx>\intel_a\code\bin
RE: Not Enough Memory error message using Elfini solver