Created
Last modified
WSL and docker high memory use
If repeated docker builds cause WSL (windows subsystem for linux) to trash your system memory you can force linux to drop the page cache.
sudo su -
echo 1 > /proc/sys/vm/drop_caches
If repeated docker builds cause WSL (windows subsystem for linux) to trash your system memory you can force linux to drop the page cache.
sudo su -
echo 1 > /proc/sys/vm/drop_caches