Commit Graph

4 Commits

Author SHA1 Message Date
e90f49ad01 Signed-off-by: Matt Bruce <mbrucedogs@gmail.com> 2026-02-24 09:50:24 -06:00
e1e55cf175 Update daily memory - evening task progress 2026-02-18 21:01:47 -06:00
eb919244a0 Fix cron auto-restart script - add Homebrew PATH
- Added /opt/homebrew/bin to PATH for npm access
- Use full path to npm (/opt/homebrew/bin/npm) for reliability
- Script tested and working
2026-02-18 20:49:52 -06:00
b934c9fdb3 Task #7: Root cause analysis - why websites die
- Analyzed system limits, memory usage, process status
- Identified primary suspect: Next.js dev server memory leaks
- Secondary suspects: macOS power mgmt, SSH timeout, OOM killer
- Created monitoring script for CPU/memory/file descriptors
- Documented recommendations: production builds, PM2, nohup
2026-02-18 16:04:44 -06:00