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 | 0c7c7c28f9f8fe5efcc6a9173b32b4e2bc7502f1 (patch) | |
| tree | 3e518ca5ef22d5e6cff8985be1be555a781d8959 /configs | |
| parent | d3d83ab1b4c9a07e407ca02107813b0a0548cf58 (diff) | |
| download | archsetup-0c7c7c28f9f8fe5efcc6a9173b32b4e2bc7502f1.tar.gz archsetup-0c7c7c28f9f8fe5efcc6a9173b32b4e2bc7502f1.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) |
