mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
486 B
486 B
zramctl
Setup and control zram devices. Use
mke2fs
ormkswap
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