pull/130/head
danieldobosi 2022-01-04 16:57:44 +01:00 zatwierdzone przez GitHub
rodzic 57278c5902
commit 4471f909f0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -35,6 +35,9 @@ Your computer is running out of memory, what can I do?
-------------------------------------------------------------------------------------------
1. First you can buy more RAM, this is the ultimate and final solution.
2. Alternatively you can resize the images when uploading.
3. If using Windows and Docker, you can add a row in your .wslconfig file so that Docker will use a swapfile: "swapfile=C:\\temp\\wsl-swap.vhdx"
3. If using Windows and Docker, you can add a row in your .wslconfig file so that Docker will use a swapfile:
"swap=128GB"
"swapfile=C:\\temp\\wsl-swap.vhdx"
4. In Linux you can do the same, add a swap file or a partition.
In Both cases you will need preferably a fast SSD or an NVME drive, but it will be still slow.