Ummar Ikram
Results
3
comments of
Ummar Ikram
@lgalabru I am facing the same issue.
Yes, I think it is a memory issue. Docker tends to take up a lot of ram. I restricted the memory usage for it and it works
@smcclellan I had to restrict docker with the following settings in the .wslconfig file ``` [wsl2] memory=1GB # Replace 1GB with the desired memory limit processors=2 # Replace 2 with...