mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 18:32:41 +03:00
zramctl: add page (#1307)
This commit is contained in:
parent
6d5f467512
commit
9059d62b22
20
pages/linux/zramctl.md
Normal file
20
pages/linux/zramctl.md
Normal file
@ -0,0 +1,20 @@
|
||||
# zramctl
|
||||
|
||||
> Setup and control zram devices.
|
||||
> Use `mke2fs` or `mkswap` to format zram devices to partitions.
|
||||
|
||||
- Check if zram is enabled:
|
||||
|
||||
`lsmod | grep -i zram`
|
||||
|
||||
- Enable zram with 2 devices. Use `zramctl` to configure the devices further:
|
||||
|
||||
`sudo modprobe zram num_devices={{2}}`
|
||||
|
||||
- Find and initialise the next free zram device to a 2GB virtual drive using lz4 compression:
|
||||
|
||||
`sudo zramctl --find --size {{2GB}} --algorithm {{lz4}}`
|
||||
|
||||
- List currently initialised devices:
|
||||
|
||||
`zramctl`
|
Loading…
Reference in New Issue
Block a user