aboutsummaryrefslogtreecommitdiff
path: root/pages/linux/memory.md
blob: 677d260999c24bed69d3252febd31190bd595e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
# Memory management

> Commands for managing memory.

- Clear swap:

`sudo swapoff -a && sudo swapon -a`

- Clear caches:

`echo 3 | sudo tee /proc/sys/vm/drop_caches`