You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increasing the size of the device is important for small devices. For devices with 1GB of RAM, sizing ZRAM to 1 GiB allows successful installation with Anaconda. In general, it is expected that having more compressed swap will make the device more functional after installation too. This increase is the most important for devices with small amounts of memory (< 1 GiB), but will be beneficial to systems with slightly larger systems (1–8 GiB).
That said, Ubuntu will have to find a new ways to deal with ZFS anyway, after the demise of Zsys. They have both options available, with SystemD appearing to be the more native one:
The zram module creates RAM-based block devices named /dev/zram ( = 0, 1, …). Pages written to these disks are compressed and stored in memory itself. These disks allow very fast I/O and compression provides good amounts of memory savings.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
To continue a deviated discussion in an issue, I can only second @gmelikov's comment in
on ZRAM. In fact it is the default on Fedora since two years.
They even increased the fraction of ZRAM to be used especially to improve systems running on small devices.
That said, Ubuntu will have to find a new ways to deal with ZFS anyway, after the demise of Zsys. They have both options available, with SystemD appearing to be the more native one:
zram-config
systemd-zram-generator
Please consult your favourite search engine and the originating conversation about other options to deal with swap.
Beta Was this translation helpful? Give feedback.
All reactions