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 | 602f5fa3ab5645dbe790373299718408ce0f8858 (patch) | |
| tree | 00a0f1ac8c912cc612819608819a230a63c81b89 /configs/maintenance-thresholds.toml | |
| parent | 5c718163b0fce44f7d4aeb919f5a4fae58900555 (diff) | |
| download | archsetup-602f5fa3ab5645dbe790373299718408ce0f8858.tar.gz archsetup-602f5fa3ab5645dbe790373299718408ce0f8858.zip | |
docs(maint): reword coredump window comment for past-window grading
Diffstat (limited to 'configs/maintenance-thresholds.toml')
| -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) |
