diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-08 09:46:38 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-08 09:46:38 -0500 |
| commit | 04e35e02289b632355821f756f0c332268743a23 (patch) | |
| tree | 3e518ca5ef22d5e6cff8985be1be555a781d8959 /configs | |
| parent | 50aa06c5b73f902ee1bb7f146416e20b6cf69a9c (diff) | |
| download | archsetup-04e35e02289b632355821f756f0c332268743a23.tar.gz archsetup-04e35e02289b632355821f756f0c332268743a23.zip | |
docs(maint): reword coredump window comment for past-window grading
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/maintenance-thresholds.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/maintenance-thresholds.toml b/configs/maintenance-thresholds.toml index 92ca048..582c408 100644 --- a/configs/maintenance-thresholds.toml +++ b/configs/maintenance-thresholds.toml @@ -81,7 +81,10 @@ expected_timers_extra = [] app_log_warn_days = 7 # log-cleanup cron should hold ~7 days journal_digest_top = 10 # groups shown in the journal digest journal_disk_warn_gb = 2 # journald footprint before vacuum suggested -coredump_window_days = 14 # dumps older than this age out of the count +coredump_window_days = 14 # forensic window (matches systemd's 2w + # tmpfiles aging): the value/grade counts + # corefiles PAST it — CLEAR's reclaim set; + # recent crashes are digest-visible only [memory] used_warn_pct = 90 # 1 - available/total (reclaimable-aware) |
