> 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/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`

## Default Overrides

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

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