# [sysctl](https://wiki.archlinux.org/index.php/sysctl)
Edit `/etc/sysctl.d/99-swappiness.conf`:
```txt
vm.swappiness=10
```