zram-generator
zram-generator copied to clipboard
Systemd unit generator for zram devices
Looks like when zram-generator is used, systems whose kernel defaults to using zswap do not get that disabled. As a result, I presume that the system attempts to compress memory...
``` [ TIME ] Timed out waiting for device /dev/zram0. [DEPEND] Dependency failed for Compressed Swap on /dev/zram0. [DEPEND] Dependency failed for Create swap on /dev/zram0. [ OK ] Reached...
Having to specify a `[zramN]` section for each CPU core can extremely redundant on machines with many cores. Would it be possible to add a `[default]` section, to set the...
When I try to build on completely updated Lubuntu 20.04 I get the following: ``` Finished release [optimized] target(s) in 1m 34s sed -e 's,@SYSTEMD_SYSTEM_GENERATOR_DIR@,/lib/systemd/system-generators,' \ < units/[email protected] \ >...
After assigning a writeback device, even after a long time after boot it is not used. ``` # cat /sys/block/zram0/bd_stat 0 0 0 ``` Following the upstream documentation: https://www.kernel.org/doc/html/latest/admin-guide/blockdev/zram.html#writeback If...
error: could not compile zram-generator due to 4 previous errors. This PR will fix this in rust 1.65.0
I notice this is one of the last things in the shutdown sequence after "Reached target System Shutdown" is shown. All filesystems are already unmounted, yet this "A stop job...
Being able to set `/sys/block/zramX/mem_limit` through the configuration file may be useful in situations where one wants to set a hard limit on the (compressed) size a given zram disk...
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...
There have been changes afoot in the zram kernel module... Most notably, the addition of zram recompression: https://github.com/torvalds/linux/commit/84b33bf7888975d28c0e57011b75c445279c60ec see also: https://www.kernel.org/doc/html/latest/admin-guide/blockdev/zram.html#recompression Would be nice for zram-generator to support these new...