I’m having trouble to configure Docker for Windows to use a separate SWAP-File. I was searching online for so long already and start to get crazy.
I searched for so long and probably don’t remember everything that I have tried. Here is what I’ve done so far:
creating .wslconfig in c:/Users/spice/ with this content:
[wsl2]
memory=44GB
swap=256GB
swapfile=C:\\temp\\wsl-swap.vhdx
localhostForwarding=true
Encoding of the file is UTF-8 and there are no spaces at the end of lines.
wsl-instances:
I’m running Win10 Pro:
Anybody has an idea what I’m missing?