> For the complete documentation index, see [llms.txt](https://docs.facefusion.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facefusion.io/3.6.1/usage/cli-arguments/memory.md).

# Memory

## CLI Arguments

### Video Memory Strategy

Balance fast frame processing and low VRAM usage.

Argument: `--video-memory-strategy`

Default: `strict`

Choices:

* `strict`
* `moderate`
* `tolerant`

Example: `--video-memory-strategy tolerant`

### System Memory Limit

Limit the available RAM that can be used while processing.

Argument: `--system-memory-limit`

Default: `0`

Range: `0` to `128` at `4`

Example: `--system-memory-limit 16`

## Default Overrides

Modify the `facefusion.ini` file to override the defaults.

```ini
[memory]
video_memory_strategy = tolerant
system_memory_limit = 16
```
