I want to increase allocated RAM for WSL. I have created in my root /users/ .wslconfig. How does it looks:
[wsl2]
memory=6GB
swap=0
localhostForwarding=true
I did wsl --shutdown and then started WSL to apply changes.
But I don't know how to check if allocated RAM is changed. How do I check it?