[WINDOWS] Autoconfig WSL
This commit is contained in:
parent
612579bb34
commit
5fb93a3d3e
3 changed files with 13 additions and 1 deletions
4
useful_scripts/cleanup_wsl_mem.sh
Normal file
4
useful_scripts/cleanup_wsl_mem.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo bash -c "echo 1 > /proc/sys/vm/drop_caches"
|
||||
sudo bash -c "echo 1 > /proc/sys/vm/compact_memory"
|
Loading…
Add table
Add a link
Reference in a new issue