fix: install memory pressure monitor via setup.sh for reboot survival#2965
fix: install memory pressure monitor via setup.sh for reboot survival#2965marcusquinn merged 1 commit intomainfrom
Conversation
The memory-pressure-monitor.sh (t1398.5, GH#2915) was deployed but not auto-installed by setup.sh, so it didn't survive reboots or aidevops updates. Adds launchd plist generation (macOS) and cron entry (Linux) alongside the existing process guard block. No consent needed — this is a safety net that auto-kills runaway ShellCheck processes before they cause kernel panics.
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Fri Mar 6 03:00:59 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|
|
This PR appears orphaned — no active worker process found and no activity for 6+ hours. Flagging for re-dispatch. If work is still in progress, remove the |



Summary
memory-pressure-monitor.sh) was deployed but not auto-installed bysetup.sh— it didn't survive reboots oraidevops updateRunAtLoad=true) and cron entry (Linux) alongside the existing process guard blockContext
The t1398 series (PRs #2855, #2881, #2882, #2883, #2884, #2885, #2918, #2930) fixed the root cause of memory blowups (ShellCheck
--external-sourcesexponential expansion inside Tabby's bash language server). The memory pressure monitor is the defense-in-depth layer — but it was only installable via--installflag, not auto-deployed bysetup.sh. After a reboot, the monitor wasn't running.Verification
setup.shmemory-pressure-monitor.sh --installlaunchctl list | grep memory-pressure