... | ... | @@ -973,7 +973,7 @@ To make the changes persist between reboots, create a service that executes the |
|
|
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*.
|
|
|
- `max-zram-size` - Sets the limit on the zram device's size obtained by `zram-fraction`. Defaulted to *4096*.
|
... | ... | |