From c79f1a90380ccee4a417deba2b23e4ea2078bcc1 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 10 Dec 2025 09:21:20 -0600 Subject: [PATCH] add proxmox ballooning comment --- docs/docs/frigate/installation.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index 06fdbcdc0..42e93c21c 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -135,6 +135,7 @@ Finally, configure [hardware object detection](/configuration/object_detectors#h ### MemryX MX3 The MemryX MX3 Accelerator is available in the M.2 2280 form factor (like an NVMe SSD), and supports a variety of configurations: + - x86 (Intel/AMD) PCs - Raspberry Pi 5 - Orange Pi 5 Plus/Max @@ -142,7 +143,6 @@ The MemryX MX3 Accelerator is available in the M.2 2280 form factor (like an NVM #### Configuration - #### Installation To get started with MX3 hardware setup for your system, refer to the [Hardware Setup Guide](https://developer.memryx.com/get_started/hardware_setup.html). @@ -156,7 +156,7 @@ Then follow these steps for installing the correct driver/runtime configuration: #### Setup -To set up Frigate, follow the default installation instructions, for example: `ghcr.io/blakeblackshear/frigate:stable` +To set up Frigate, follow the default installation instructions, for example: `ghcr.io/blakeblackshear/frigate:stable` Next, grant Docker permissions to access your hardware by adding the following lines to your `docker-compose.yml` file: @@ -172,8 +172,7 @@ In your `docker-compose.yml`, also add: ```yaml privileged: true -volumes: - /run/mxa_manager:/run/mxa_manager +volumes: /run/mxa_manager:/run/mxa_manager ``` If you can't use Docker Compose, you can run the container with something similar to this: @@ -411,7 +410,7 @@ To install make sure you have the [community app plugin here](https://forums.unr ## Proxmox -[According to Proxmox documentation](https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_pct) it is recommended that you run application containers like Frigate inside a Proxmox QEMU VM. This will give you all the advantages of application containerization, while also providing the benefits that VMs offer, such as strong isolation from the host and the ability to live-migrate, which otherwise isn’t possible with containers. +[According to Proxmox documentation](https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_pct) it is recommended that you run application containers like Frigate inside a Proxmox QEMU VM. This will give you all the advantages of application containerization, while also providing the benefits that VMs offer, such as strong isolation from the host and the ability to live-migrate, which otherwise isn’t possible with containers. Ensure that ballooning is **disabled**, especially if you are passing through a GPU to the VM. :::warning