mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 15:35:40 +02:00
zramctl: minor capitalization / punctuation tweaks
This commit is contained in:
parent
fdfa144cb0
commit
292825cfe7
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
`lsmod | grep -i zram`
|
`lsmod | grep -i zram`
|
||||||
|
|
||||||
- Enable zram with 2 devices. Use `zramctl` to configure the devices further:
|
- Enable zram with 2 devices (use `zramctl` to configure the devices further):
|
||||||
|
|
||||||
`sudo modprobe zram num_devices={{2}}`
|
`sudo modprobe zram num_devices={{2}}`
|
||||||
|
|
||||||
- Find and initialise the next free zram device to a 2GB virtual drive using lz4 compression:
|
- Find and initialise the next free zram device to a 2GB virtual drive using LZ4 compression:
|
||||||
|
|
||||||
`sudo zramctl --find --size {{2GB}} --algorithm {{lz4}}`
|
`sudo zramctl --find --size {{2GB}} --algorithm {{lz4}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue