1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
zram-tools
==========
Scripts for managing zram devices, currently only for zramswap,
but more tools could be implemented in the future, such as managing
/tmp on zram.
zramswap start
--------------
Sets up zram devices and initializes swap. zram doesn't natively support
multiple processors, so by default a zram device is set up for every
core and then swap is initialized on those devices. This is configurable
in the zramswap config file.
zramswap stop
-------------
Removes all current zram swap spaces and devices.
zramswap status
---------------
shows information on data stored in zram swap.
/etc/default/zramswap
---------------------
Configuration file for zramswap.
|