From 57278c5902c65b504b9f4e1e5a30bd64a9fb86ca Mon Sep 17 00:00:00 2001 From: danieldobosi <86719789+danieldobosi@users.noreply.github.com> Date: Tue, 4 Jan 2022 16:50:08 +0100 Subject: [PATCH] Update faq.rst --- source/faq.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/faq.rst b/source/faq.rst index 12d4a0684..ab62f28aa 100644 --- a/source/faq.rst +++ b/source/faq.rst @@ -28,3 +28,13 @@ Nope, sorry! `Learn to edit `_ and help improve `this page `_! +********* +Memory issues +********* +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" +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.