zramctl
Setup and control zram devices. Usemkfsormkswapto format zram devices to partitions. More information: https://manned.org/zramctl.
- Check if zram is enabled:
lsmod | grep -i zram - Enable zram with a dynamic number of devices (use
zramctlto configure devices further):sudo modprobe zram - Enable zram with exactly 2 devices:
sudo modprobe zram num_devices={{2}} - Find and initialize the next free zram device to a 2 GB virtual drive using LZ4 compression:
sudo zramctl --find --size {{2GB}} --algorithm {{lz4}} - List currently initialized devices:
zramctl
This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.