Fedora Test Day | |
---|---|
SwapOnZRAM | |
Date | TBD |
Time | all week |
Website | QA/Test Days |
IRC | #fedora-test-day (webirc) |
Mailing list | test |
What to test?
Today's installment of Fedora Test Day will focus on testing the new SwapOnZRAM change set.
Who's available?
The following cast of characters will be available for testing, workarounds, bug fixes, and general discussion ...
- Development - chrismurphy (cmurf), zbyszek
- Quality Assurance - Sumantro Mukherjee (sumantrom), Kamil Paral (kparal), Geoff (coremodule), Adam Williamson (adamw)
Prerequisites for Test Day
Any Fedora edition/spin: 31, 32, Rawhide.
dnf install zram-generator
cp /usr/share/doc/zram-generator/zram-generator.conf.example /etc/systemd/zram-generator.conf
- Edit the copy of the config file, and insert:
[zram0]
memory-limit = none
zram-fraction = 0.5
Optional: dnf remove anaconda zram
The swap-on-zram implementations in these packages have minor conflicts with zram-generator, but mostly they'll just contribute to user confusion.
How to test?
Simple memory hogging test: Open dozens of Firefox tabs, until memory and swap fill up.
Optional: zram performance testing toolset This is a bit more complex to get setup and understand the results. But could be useful to confirm/deny the default compression algorithm: lzo-rle is a good default across many architectures and general purpose workloads.
Run the tests
Reporting bugs
If you have problems with any of the tests, have a look in the results page. Please include the vulnerability output at the end of the test suite in the comments.
If you don't see it, please file a new bug to Bugzilla, probably against rust-zram-generator
component. If you are unsure about exactly how to file the report or what other information to include, just ask on IRC #fedora-test-day or #fedora-qa and we will help you.