From 27f5a75ec3a7a88b1dd2a326af75f0c684a65d39 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 25 Aug 2026 15:34:32 +0200 Subject: [PATCH] docs: Environment variables (#2191) --- docs/environment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/environment.md b/docs/environment.md index 62d4d1e8..a95e5021 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -83,7 +83,8 @@ An empty default means the variable is unset and its value is determined automat | `VGA` | `virtio` | QEMU video adapter model. | | `WIDTH` | `1280` | Display width configured in Windows. | | `HEIGHT` | `720` | Display height configured in Windows. | -| `GPU` | `N` | Enables experimental GPU acceleration. | +| `GPU` | `N` | Enables Helios GPU acceleration. | +| `VRAM_SIZE` | `4G` | Virtual GPU memory budget. | | `RENDERNODE` | `/dev/dri/renderD128` | Render node used for GPU acceleration. | ## 🌍 Web UI