You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @nekajcasa starting Mechanical APDL from the command line still uses MB in the memory allocation options (-m and -db). Do you have in mind the APDL command DSPOPTION?
Mike
ram(float, optional)
Total size in megabytes of the workspace (memory) used for the initial allocation. The default is None, in which case 2 GB (2048 MB) is used. To force a fixed size throughout the run, specify a negative number.
Hi @nekajcasa@germa89
I snuck a peek at the code for launch_mapdl and yep it multiplies the 'ram' value by 1024. Which is either a mistake or the PyMAPDL documentation needs to be updated to be clear that the value is (integer) GB.
MIke
Description of the modifications
I believe ram argument takes in GB and not MB as stated in the documentation.
Useful links and references
No response
The text was updated successfully, but these errors were encountered: