Enable zram on live

This allows Linux to compress RAM, which should help mitigate memory
pressure.
This commit is contained in:
Jan Schär 2025-03-01 14:15:02 +01:00
parent 6b327be311
commit e1fe68ad59
3 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,2 @@
ALGO=zstd
PERCENT=80

View File

@ -0,0 +1,5 @@
# Show progress while copying squashfs to RAM.
rsync
# Enable zram to make better use of available RAM.
zram-tools

View File

@ -1,4 +1 @@
sudo
# Show progress while copying squashfs to RAM.
rsync