-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

zramctl


> Setup and control zram devices.

> Use `mkfs` or `mkswap` to format zram devices to partitions.

More information.


Check if zram is enabled:

lsmod | grep -i zram

Enable zram with a dynamic number of devices (use `zramctl` to configure devices further):

sudo modprobe zram

Enable zram with exactly 2 devices:

sudo modprobe zram num_devices={2}

Find and initialise the next free zram device to a 2 GB virtual drive using LZ4 compression:

sudo zramctl --find --size {2GB} --algorithm {lz4}

List currently initialised devices:

zramctl


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 01:21:39 2024