From 101785380972fb25e8d55ac61434023565281e84 Mon Sep 17 00:00:00 2001 From: catboxanon <122327233+catboxanon@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:14:30 -0500 Subject: [PATCH] Troubleshooting: Launching as root --- Troubleshooting.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 82dde8c..9fabe89 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -33,7 +33,11 @@ pause

- +# Launching as root +Running as root is not recommended, but can be overriden by adding `-f` to your arguments. +```bash +./webui.sh -f +``` # Low VRAM Video-cards When running on video cards with a low amount of VRAM (<=4GB), out of memory errors may arise.