Search Criteria
Package Details: zram-generator-defaults 2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zram-generator-defaults.git (read-only, click to copy) |
---|---|
Package Base: | zram-generator-defaults |
Description: | Fedora's defaults for zram-generator |
Upstream URL: | https://github.com/systemd/zram-generator |
Licenses: | MIT |
Submitter: | Prototik |
Maintainer: | Prototik |
Last Packager: | Prototik |
Votes: | 9 |
Popularity: | 0.017819 |
First Submitted: | 2021-03-25 16:37 (UTC) |
Last Updated: | 2022-05-20 13:35 (UTC) |
Latest Comments
AidanGG commented on 2023-03-14 06:27 (UTC)
On Fedora, zswap is disabled to avoid conflicts with zram. On Arch, this can be achieved with an /etc/tmpfiles.d/zswap.conf containing a single line:
w /sys/module/zswap/parameters/enabled - - - - 0
If you decide to integrate this into this package, then you should create /usr/lib/tmpfiles.d/zswap.conf instead.