    

 ## On this page

  

 

 # `SolverMemorySettings`

 Last update: 16.07.2025 

<a id="ansys.mechanical.stubs.v241.Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolverMemorySettings"></a>

#### *class* Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolverMemorySettings

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

The class representing the solver memory settings portion of the solve process settings.

<a id="overview"></a>

## Overview

### Properties

NameDescription[`Active`](#SolverMemorySettings.Active)Whether the solver memory settings are active.[`Database`](#SolverMemorySettings.Database)Database size.[`Workspace`](#SolverMemorySettings.Workspace)Workspace size.<a id="property-detail"></a>

## Property detail

<a id="SolverMemorySettings.Active"></a>

### *property* SolverMemorySettings.Active *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

Whether the solver memory settings are active.

<a id="SolverMemorySettings.Database"></a>

### *property* SolverMemorySettings.Database *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Database size.

<a id="SolverMemorySettings.Workspace"></a>

### *property* SolverMemorySettings.Workspace *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Workspace size.