Skip to content

Instantly share code, notes, and snippets.

View arthurarty's full-sized avatar

Arthur Nangai arthurarty

View GitHub Profile
@arthurarty
arthurarty / limit-memory-cpu-wsl.md
Created February 14, 2023 00:12 — forked from xuandinhgl/limit-memory-cpu-wsl.md
WSL2 Tips: Limit CPU/Memory When using Docker

Turn off all wsl instances such as docker-desktop

wsl --shutdown notepad "$env:USERPROFILE/.wslconfig"

Edit .wslconfig file with notepad and write down these settings:

[wsl2]

memory=3GB # Limits VM memory in WSL 2 up to 3GB