Bazzite Update Thresholds
Are the thresholds that Bazzite checks before doing an automatic update configurable? The updates are happenning while I am playing a game and is causing a lot of lag.
Solution:Jump to solution
cat /etc/ublue-update/ublue-update.toml
you can find the config documentation somewhere at https://github.com/topgrade-rs/topgrade/ i believe
and i think you can put your changes into /etc/ublue-update.d/
somewhere preferably to not clash with any changes through updates (and i believe they will override our config)....GitHub
GitHub - topgrade-rs/topgrade: Upgrade all the things
Upgrade all the things. Contribute to topgrade-rs/topgrade development by creating an account on GitHub.
6 Replies
which image is this?
isn't there checks in place for this kind of stuff?
at least by how much CPU usage
should be
I'm on
ghcr.io/ublue-os/bazzite-gnome:stable
I wanted to tune the values (say only update when CPU usage is below 20% instead of 70%). The docs mention this exists, but I think the game I'm playing might no be stresing the system enoughSolution
cat /etc/ublue-update/ublue-update.toml
you can find the config documentation somewhere at https://github.com/topgrade-rs/topgrade/ i believe
and i think you can put your changes into /etc/ublue-update.d/
somewhere preferably to not clash with any changes through updates (and i believe they will override our config).GitHub
GitHub - topgrade-rs/topgrade: Upgrade all the things
Upgrade all the things. Contribute to topgrade-rs/topgrade development by creating an account on GitHub.
Nice! Thank you