[WINDOWS] Add configuration for powershell
This commit is contained in:
parent
a2ea5d14ea
commit
861df3678f
5 changed files with 110 additions and 0 deletions
4
linux/useful_scripts/cleanup_wsl_mem.sh
Normal file
4
linux/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