Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Maximum size of static workspace

Status
Not open for further replies.

S_Hedya

Structural
Apr 6, 2022
9
0
0
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.
 
Replies continue below

Recommended for you

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.
 
Status
Not open for further replies.
Back
Top