fix: set swap-priority explicitly to 100, even though this seems to already be the default. zram should be used first

This commit is contained in:
mustard 2026-01-03 22:47:38 +01:00
parent cac04c0996
commit c2a20fe181

View file

@ -1,3 +1,4 @@
[zram0] [zram0]
zram-size = ram * 20 zram-size = ram * 20
compression-algorithm = zstd compression-algorithm = zstd
swap-priority = 100