-
**Describe the solution you'd like**
ZRam is a compressed page subsystem, used for ramdisks and swap. I'd like the information from `zramctl` included when there are zram devices in use. I've added…
-
I have a VM with a large Maximum allocation of 8 GB and Current allocation of 2 GB.
It seems that during boot, the ballooning process is so slow, that `systemd-zram-setup@zram0.service` is executed e…
-
SteamOS 3.6.0 uses zram; since this has higher priority than the swap file, this breaks `getSwapFileLocation`.
It's a bit unclear to me if zram is being used instead of, or in addition to the swap …
omor1 updated
1 month ago
-
I am using endeavourOS with systemd-swap 4.4.0-2.
Since the last update I experienced very long boot times of almost 2 min. For me it seemed to be related to the systemd update to 247.4-2. A simila…
mabod updated
2 years ago
-
Update the balenaSense documentation to recommend OS versions >= 2.54.2+rev1 for PiZero devices to enable ZRAM. This is mitigate the failure to start as documented here:
https://forums.balena.io/t/…
-
### Creating a feature request
#### Is your feature request related to a problem? Please describe:
The small devices on which DietPi runs do not have a lot of memory. Swapping is a solution but on…
-
My setup is a swapfile in a btrfs filesystem under a LUKS volume. Normal hibernate without zram is working, but I can't get zram-hibernate to work.
zram is initialized using zram-generator. Distro …
-
To create a dictionary from list I do like this:
```
{ lib }:
lib.genAttrs [ "foo" "bar" ] (name: "x_" + name)
```
This is not nice. What about this:
```
{
for name in [ "foo" "bar" ];
…
-
OS: `Gentoo`
Linux: `6.12.1`
zram-init: `11.1`
With Linux `6.6.63` using zram-init for swap works fine, but when upgrading to `6.12.1` it now fails. Is there something I'm doing wrong?
```
# rc…
-
I needed to install a package that wasn't available in a binhost, and it took over 12 hours to compile and run tests. I think a large amount of the problem was disk access.
Thoughts on mounting /tm…