Je suis completely nouveau to Docker and Linux Subsystem on Windows [Ubuntu 22.04.1], which requires changing the CPU and RAM used in Docker, and J'essaie resolve a [Parallel Computing on Windows
Problem](https://degauss.org/troubleshooting.html#Parallel_Computing_on_Windows); cependant, as noted dans le troubleshooting guide and sur le Docker Paramètres' Advanced suboption in Resources, J'ai besoin de changez le `.wslconfig` fichier:
- I followed [Advanced settings configuration in WSL](https://learn.microsoft.com/en-us/windows/wsl/wsl-config#wslconfig), but il n'y a pas de fichier or dossier within:
```
%UserProfile%\.wslconfig
```
Any advice on comment fix this?
Impossible de locate .wslconfig in utilisateur profichier on windows 11
Re: Impossible de locate .wslconfig in utilisateur profichier on windows 11
>
Any advice on comment fix this?
- Créer fichier: [ PH0 ](https://learn.microsoft.com/en-us/windows/wsl/wsl-config)
- Within `%UserProfile%\.wslconfig`, paste:
`[wsl2]
mémoire=4GB # Limits VM mémoire in WSL 2 to 4 GB
processors=2 # Makes the WSL 2 VM use two virtual processors
```
- Depuis you are unlikely to be compiling and creating your own WSL2 Linux kernel, J'ai supprimé the line that sets the custom kernel that *ALL* WSL2 distributions would use.
Any advice on comment fix this?
- Créer fichier: [ PH0 ](https://learn.microsoft.com/en-us/windows/wsl/wsl-config)
- Within `%UserProfile%\.wslconfig`, paste:
`[wsl2]
mémoire=4GB # Limits VM mémoire in WSL 2 to 4 GB
processors=2 # Makes the WSL 2 VM use two virtual processors
```
- Depuis you are unlikely to be compiling and creating your own WSL2 Linux kernel, J'ai supprimé the line that sets the custom kernel that *ALL* WSL2 distributions would use.