zram-generator - Systemd unit generator for zram swap devices
/usr/lib/systemd/system-generators/zram-generator TARGET_DIR [2RGET_DIR 3RGET_DIR]
/usr/lib/systemd/system-generators/zram-generator --setup-device DEVICE
/usr/lib/systemd/system-generators/zram-generator --reset-device DEVICE
zram-generator is a generator that creates zram devices and systemd units to configure, format, and enable swap on them.
The generator will be invoked by systemd early at boot. The generator will then:
TARGET_DIR and make swap.target depend on them;zram module is loaded and create the requested devices.The generator does nothing if run inside a container (as determined by systemd-detect-virt(8) --container).
Setting the ZRAM_GENERATOR_ROOT environment variable makes the generator run in test mode, in which case containerisation is ignored and step 3 is skipped.
For the ramifications of ZRAM_GENERATOR_ROOT on config handling, see zram-generator.conf(5).
The generated dev-zramN.swap units depend on zram-create@zramN.service, which will:
When the unit is stopped, the zram device is reset, freeing memory and allowing the device to be reused.
zram-generator implements systemd.generator(7).
<https://github.com/systemd/zram-generator/issues>
zram-generator.conf(5), systemd.generator(7), systemd.swap(5)
<https://github.com/systemd/zram-generator>
Linux documentation of zram: <https://kernel.org/doc/html/latest/admin-guide/blockdev/zram.html>
and the zram sysfs ABI: <https://kernel.org/doc/Documentation/ABI/testing/sysfs-block-zram>