From 224477db955c7a0229fba7a8126eb860afccd0b2 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 16 Sep 2022 06:15:14 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index b5bb39a..27c6014 100644 --- a/FAQ.md +++ b/FAQ.md @@ -34,10 +34,9 @@ You can try forcing plain text auth creds storage by removing line with "credSto --- -### Other build errors on windows: (thanks to [@SuddenDevelopment](https://github.com/SuddenDevelopment) for reporting): +### Other build errors on windows: * Update to latest windows 10 release 2021H2 (required for WSL to see the GPU) * Update to WSL2 (download and switch to version 2) * Install / Update Docker Desktop -* You might need to create a [`.wslconfig`](https://docs.microsoft.com/en-us/windows/wsl/wsl-config#example-wslconfig-file) and increase memory, more info in [#34](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/34) +* You might need to create a [`.wslconfig`](https://docs.microsoft.com/en-us/windows/wsl/wsl-config#example-wslconfig-file) and increase memory, if you have 16GB RAM, set the limit to something around 12GB, more info in [#34](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/34) and [#64](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/64) * You might also need to [force wsl to allow file permissions](https://superuser.com/a/1646556) -* In WSL, run `dos2unix build/*` (you might need to install it first `sudo apt install dos2unix`)