Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
@@ -973,7 +973,7 @@ To make the changes persist between reboots, create a service that executes the
...
@@ -973,7 +973,7 @@ To make the changes persist between reboots, create a service that executes the
sudo systemctl status $serviceName
sudo systemctl status $serviceName
```
```
Alternatively, the [systemd zram-generator service can be configured]()(zram-generator systemd manual page: <https://raw.githubusercontent.com/systemd/zram-generator/master/man/zram-generator.conf.md>).
Alternatively, the systemd zram-generator service can be configured (zram-generator systemd manual page: <https://raw.githubusercontent.com/systemd/zram-generator/master/man/zram-generator.conf.md>).
-`zram-fraction` - Defines the scaling factor of the zram device's size with relation to the total usable RAM. Defaulted to *0.5*.
-`zram-fraction` - Defines the scaling factor of the zram device's size with relation to the total usable RAM. Defaulted to *0.5*.
-`max-zram-size` - Sets the limit on the zram device's size obtained by `zram-fraction`. Defaulted to *4096*.
-`max-zram-size` - Sets the limit on the zram device's size obtained by `zram-fraction`. Defaulted to *4096*.