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
Enable easy config for the swap size logic (Fedora's default is 1:1 system memory or 8GB - whichever is smaller, example config: zram-size = min(ram, 8192))
Manage creating of swap - no need to try and hand craft system unit files to load modules, create device, turn it on, etc.
Additional information
N/A
The text was updated successfully, but these errors were encountered:
Package name and purpose
This generator provides a simple and fast mechanism to configure swap on /dev/zram* devices.
Impact of adding this package to the Flatcar OS image
The package improves on the following core values:
The package will increase the image size by: 0.8 MBytes.
How might this package increase the attack surface:
Benefits of adding this package
Flatcar has some light documentation on using zram swap: https://flatcar-linux.org/docs/latest/setup/storage/adding-swap/#using-zram but its manual.
Being able to use zram-generator will:
zram-size = min(ram, 8192)
)Additional information
N/A
The text was updated successfully, but these errors were encountered: