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!

Maximum size of static workspace

Status
Not open for further replies.

S_Hedya

Structural
Joined
Apr 6, 2022
Messages
9
Location
EG
Hello
How can I solve this error? , I want a way to increase the workspace size

Maximum size of static workspace has been exceeded. Current workspace size is 4398.84 mb. The size of the workspace can be increased using the system environment variable aba_sint_cap.

Analysis Input File Processor exited with an error.
 
Try doing what the error message suggests - increasing the value assigned to the system environment variable ABA_SINT_CAP. To do this add the following code to the Abaqus environment (.env) file:

os.environ["ABA_SINT_CAP"] = "value in MB"

The value can be 10000 (10 GB) for instance. 16 GB is the maximum.
 
It works , thank you very much
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top