1
0
Fork 0

[WINDOWS] Autoconfig WSL

This commit is contained in:
Florian RICHER (MrDev023) 2021-10-27 22:07:57 +02:00
parent 612579bb34
commit 5fb93a3d3e
3 changed files with 13 additions and 1 deletions

View 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"