We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Specifying memory mode from the command line? Reply To: Specifying memory mode from the command line?

mrife
Ansys Employee

Hi David

Warning are often ok - MAPDL has dynamic memory allocation so the warning about in-core might have been just a warning before MAPDL allocated itself more memory.  Or it may have actually run out-of-core.  Check the output file.

See the MAPDL Help Operations Guide chapter 4.1 on the command line options.  There are two for memory that work hand-in-hand.  -m and -db

Don't try to allocation all the available memory to MAPDL if the model does not require it - the OS will use memory for things like caching files for I/O etc.  

Mike