`ISolverMemorySettings`
Last update: 16.07.2025class Ansys.ACT.Mechanical.Application.SolveProcessSettings.ISolverMemorySettings
Bases: object
ISolverMemorySettings interface.
Overview
Properties
| Name | Description |
|---|---|
Active |
Gets or sets whether or not manual memory settings are active in the current configuration. |
Database |
Gets or sets the database memory amount (MB). |
Workspace |
Gets or sets the workspace memory amount (megabytes). |
Property detail
property ISolverMemorySettings.Active : bool | None
Gets or sets whether or not manual memory settings are active in the current configuration.
property ISolverMemorySettings.Database : int | None
Gets or sets the database memory amount (MB).
property ISolverMemorySettings.Workspace : int | None
Gets or sets the workspace memory amount (megabytes).