Skip to content

Commit

Permalink
fix: change default max_mem_percent to 90.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Sep 4, 2023
1 parent 3f9aaec commit 6119d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/usr/etc/ublue-update/ublue-update.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[checks]
min_battery_percent = 50.0
max_cpu_load_percent = 50.0
max_mem_percent = 50.0
max_mem_percent = 90.0
[notify]
dbus_notify = true

0 comments on commit 6119d3b

Please sign in to comment.