mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
fix: missing command
This commit is contained in:
@@ -32,6 +32,9 @@ vmstat --wide 1
|
|||||||
## Swappiness
|
## Swappiness
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
# check the current value
|
||||||
|
sysctl vm.swappiness
|
||||||
|
|
||||||
# change the current value
|
# change the current value
|
||||||
sudo sysctl vm.swappiness=10
|
sudo sysctl vm.swappiness=10
|
||||||
sudo sysctl -w vm/swappiness=5
|
sudo sysctl -w vm/swappiness=5
|
||||||
|
|||||||
Reference in New Issue
Block a user