The MemoryReductionOptions object controls the default settings that Abaqus/CAE uses for running in reduced memory mode. The MemoryReductionOptions object has no constructor. Abaqus creates the MemoryReductionOptions member when a session is started.
session.memoryReductionOptions
This method modifies the MemoryReductionOptions object.
Required arguments
Optional arguments
A Boolean specifying whether Abaqus/CAE should run in reduced memory mode. The default value is ON.
A Float specifying the percent of kernelMemoryLimit at which the reduced memory mode starts. The default value is 75.0.
Return value
Exceptions
The MemoryReductionOptions object has members with the same names and descriptions as the arguments to the setValues method.