mirror of
https://github.com/wassname/jsteer.git
synced 2026-09-07 21:20:09 +08:00
Three OOM kills (551/552/553) from the user's bursty live VS Code kernel, but jlens resumes from checkpoint each time (n_done 36->45->64, monotonic). Rather than predict the bursts, relaunch until exit 0. MAX_RETRIES=40 caps a genuine no-progress bug; n_done logged per retry to distinguish OOM from a real crash. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>