Age | Commit message (Collapse) | Author |
|
|
|
Both the status and start commands require the zram module to be loaded,
so this should resolve any module loading issues.
|
|
|
|
Rather than only listing what device is in use, it now lists all of the
details of the device, including usage, using the zramctl command.
|
|
The script currently creates a zram swap device that uses half of the
system memory (calculated MemTotal from /proc/meminfo) and half of the
system cpus for compression.
Note that this must be run as root.
|