Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

runtime error

  • Thread starter Thread starter deepakbhat_nie
  • Start date Start date
Status
Not open for further replies.
D

deepakbhat_nie

Guest
Hi Everyone,


I am getting the following error during the run of a model,could anyone help me on solving this problemView attachment 1299
 
You need to increase the virtual memory in your computer. The virtual
memory should be atleast twice your RAM memory. If the virtual memory
is already set up to twice the RAM then you need to get more RAM.



Luis
 
From you log it looks like you are close to the 2Gb limit for a single process on 32-bit OS. The message advice is erroneus since increasing your swap space will have no effect if the memory limit is reached. You have two options:


1) Re-run the analysis on a 64-bit machine. 64-bit support for Pro/Engineer and Mechanica is available. You have to request the correct disks to install on a Windows64 machine. 64 bit UNIX is also supported. This will give you at least 8Gb of memory. Up to 4-way processing is also supported on Windows (and up to 8-way on SGI I believe).


2) Review the model and reduce the number of elements and links, or only run a 'quick-check' analysis if it has already completed the first pass and check the stress error estimate to see if it is acceptable. It usually is if you have a large number of elements.


Regards,


Rod
 
Hi Rod,


Thanks a lot for the advice.the analysis has successfully run in the Unix Platform(as suggested by you).


Thanking you


Deepak Bhat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top